• This project
    • Loading...
  • Sign in

정성훈 / MEALKHU

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • TermProject
  • client
  • public
  • manifest.json
  • swa07016's avatar
    프록시 재설정, api/datas, MealCard 생성 · b608656a
    b608656a Browse Files
    swa07016 authored 2020-05-21 01:58:52 +0900
manifest.json 465 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{
  "short_name": "MEALKHU",
  "name": "MEALKHU",
  "icons": [
    {
      "src": "fork.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "fork.ico",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "fork.ico",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff"
}