{
  "name": "花あわせ - 花屋向けAI予約相談",
  "short_name": "花あわせ",
  "description": "お客様とお店の認識相違をゼロにする AI 会話システム",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF7F2",
  "theme_color": "#6B2737",
  "orientation": "portrait",
  "lang": "ja",
  "categories": ["business", "lifestyle", "shopping"],
  "shortcuts": [
    {
      "name": "ご相談を始める",
      "short_name": "相談",
      "description": "AIにお花のご相談を始める",
      "url": "/chat"
    },
    {
      "name": "管理画面",
      "short_name": "管理",
      "description": "加盟店ダッシュボード",
      "url": "/shop"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
