{
  "name": "광고모음",
  "short_name": "광고모음",
  "description": "AI 기반 소상공인 콘텐츠 생성 도구 — 매장 사진으로 홍보 콘텐츠 초안 제작",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF9F7",
  "theme_color": "#FF5A3D",
  "orientation": "portrait",
  "categories": ["productivity", "graphics", "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"
    }
  ],
  "shortcuts": [
    {
      "name": "새 홍보글 만들기",
      "short_name": "만들기",
      "url": "/create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "설정",
      "short_name": "설정",
      "url": "/settings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
