{
  "name": "흰당나귀 (Whitedonkey)",
  "short_name": "흰당나귀",
  "description": "업체명만 검색하면 AI가 마케팅 쇼츠를 자동 생성합니다.",
  "start_url": "/studio",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#9333ea",
  "lang": "ko",
  "icons": [
    { "src": "/brand-logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/brand-logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/brand-logo-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "영상 생성",
      "short_name": "생성",
      "description": "바로 마케팅 쇼츠 만들기",
      "url": "/studio?create=1",
      "icons": [{ "src": "/brand-logo.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "내 영상",
      "short_name": "마이",
      "description": "만든 영상·토큰 확인",
      "url": "/mypage",
      "icons": [{ "src": "/brand-logo.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
