{
  "name": "여기에만 · 내 언어로 보이는 대학가 메뉴판",
  "short_name": "여기에만",
  "description": "가게 앞에서 앱만 열면 메뉴가 10개 언어로 보여요. 할랄·알레르기 안전 표시, GPS 인증 리뷰, QR 테이블 주문.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#38BDF8",
  "theme_color": "#0EA5E9",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "travel", "social"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "내 주변 식당",
      "short_name": "주변",
      "description": "현재 위치 주변 식당 보기",
      "url": "/?action=nearby",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "내 하트",
      "short_name": "하트",
      "description": "찜한 식당 보기",
      "url": "/?action=hearts",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
