{
  "name": "캄캄이",
  "short_name": "캄캄이",
  "description": "캄디자인 현장 공사일정표",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#7c7f83",
  "icons": [
    {
      "src": "icons/icon-mascot-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-mascot-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-mascot-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "오늘 일정",
      "short_name": "오늘",
      "url": "./index.html?go=today",
      "icons": [{ "src": "icons/icon-mascot-192.png", "sizes": "192x192" }]
    },
    {
      "name": "사진·서류 올리기",
      "short_name": "제출",
      "url": "./index.html?go=submit",
      "icons": [{ "src": "icons/icon-mascot-192.png", "sizes": "192x192" }]
    },
    {
      "name": "현장 보기",
      "short_name": "현장",
      "url": "./index.html?go=sites",
      "icons": [{ "src": "icons/icon-mascot-192.png", "sizes": "192x192" }]
    }
  ]
}