{
  "name": "뭐먹지? · KPMC Meal AI",
  "short_name": "뭐먹지?",
  "description": "오늘 뭐먹지? AI가 당신의 식사를 결정합니다. Simply, Easily & Completely.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2AC1BC",
  "theme_color": "#2AC1BC",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/static/icons/icon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/static/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/static/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/static/icons/icon-120.png", "sizes": "120x120", "type": "image/png" },
    { "src": "/static/icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/static/icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/static/icons/icon-180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "AI 추천 받기",
      "short_name": "추천",
      "description": "바로 오늘 식사를 AI가 결정합니다",
      "url": "/?shortcut=recommend",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "위치 설정",
      "short_name": "위치",
      "description": "약속 장소·현재 위치를 설정합니다",
      "url": "/?shortcut=location",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
