{
  "name": "점심뭐먹지",
  "short_name": "점심뭐먹지",
  "description": "직장인 점심 메뉴 추천 앱 — 필터 한 번으로 오늘 점심을 해결하세요.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF6B35",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "점심 추천",
      "short_name": "점심",
      "description": "오늘 점심 메뉴 바로 추천받기",
      "url": "/?tab=lunch",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "카페 음료 추천",
      "short_name": "카페",
      "description": "오늘 기분에 맞는 카페 음료 추천",
      "url": "/?tab=cafe",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "같이 정하기",
      "short_name": "같이",
      "description": "팀 메뉴 랜덤으로 결정하기",
      "url": "/?tab=together",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
