{
  "id": "/?source=pwa",
  "name": "StoryCraft - 交互式AI故事续写",
  "short_name": "StoryCraft",
  "description": "与 AI 共同编织奇幻冒险，每个选择都是新的篇章",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0f14",
  "theme_color": "#ff8c42",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["education", "books", "entertainment", "kids"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icon-512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "我的故事",
      "short_name": "故事",
      "description": "查看和管理你的故事",
      "url": "/?tab=stories"
    },
    {
      "name": "故事广场",
      "short_name": "广场",
      "description": "探索其他作者的故事",
      "url": "/?tab=plaza"
    }
  ]
}
