{
  "name": "MindWeave - パーソナライズAIカウンセラー",
  "short_name": "MindWeave",
  "description": "最先端のAI技術を活用したパーソナライズされたメンタルヘルスサポート",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "ja",
  "dir": "ltr",
  "icons": [
    {
      "src": "/applogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/applogo.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/applogo.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AIチャット",
      "short_name": "チャット",
      "description": "AIカウンセラーとの対話",
      "url": "/chat",
      "icons": [
        {
          "src": "/applogo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "感情トラッキング",
      "short_name": "感情",
      "description": "感情の記録と分析",
      "url": "/emotions",
      "icons": [
        {
          "src": "/applogo.png", 
          "sizes": "192x192"
        }
      ]
    }
  ]
}
