{
  "name": "AIコンシェルジュ",
  "short_name": "AI Agent",
  "description": "あなた専属のAIコンシェルジュが、ニュース、天気、グルメ、乗り換え案内など、日々の生活をサポート",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "https://office-kei.com/images/home-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://office-kei.com/images/home-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle", "news"],
  "shortcuts": [
    {
      "name": "ニュース",
      "short_name": "News",
      "description": "最新ニュースを確認",
      "url": "/?tab=news",
      "icons": [{ "src": "https://office-kei.com/images/home-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "天気",
      "short_name": "Weather",
      "description": "天気予報を確認",
      "url": "/?tab=weather",
      "icons": [{ "src": "https://office-kei.com/images/home-icon.png", "sizes": "96x96" }]
    }
  ]
}
