{
  "name": "FlowerDAO · AI 故事空间",
  "short_name": "FlowerDAO",
  "description": "AI 伴侣 · FM 电台 · 互动剧情，你的专属故事空间",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0514",
  "theme_color": "#0a0514",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "FM 频道",
      "short_name": "FM",
      "description": "打开 FM 电台",
      "url": "/app/?tab=fm",
      "icons": [
        {
          "src": "/app/assets/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI 伙伴",
      "short_name": "伙伴",
      "description": "与 AI 角色对话",
      "url": "/app/?tab=chat",
      "icons": [
        {
          "src": "/app/assets/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "entertainment",
    "lifestyle"
  ],
  "prefer_related_applications": false
}