{
  "name": "MEMORY AI",
  "short_name": "MEMORY AI",
  "description": "話せるエンディングノート。大切な方の人柄をAIに記憶させ、対話できます。",
  "start_url": "/mypage/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8f4ed",
  "theme_color": "#8a7048",
  "lang": "ja",
  "categories": ["lifestyle", "productivity"],
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "話す",
      "short_name": "話す",
      "description": "登録した方とすぐに対話する",
      "url": "/chat/",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "マイページ",
      "short_name": "マイページ",
      "url": "/mypage/",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
