{
  "name": "BookTalk - 走进文学AI体验馆",
  "short_name": "BookTalk",
  "description": "与经典文学角色对话，体验沉浸式文学AI互动",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#7B4DFF",
  "background_color": "#f2f2f7",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["education", "entertainment", "books"],
  "shortcuts": [
    {
      "name": "福贵对话",
      "short_name": "福贵",
      "description": "与福贵进行深度对话",
      "url": "/?character=fugui",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "AI余华对话", 
      "short_name": "余华",
      "description": "与AI余华探讨文学创作",
      "url": "/?character=yuhua",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "剧情演绎",
      "short_name": "剧情",
      "description": "沉浸式故事体验",
      "url": "/?character=drama",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "splash_pages": null,
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "capture_links": "existing-client-navigate",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [],
  "file_handlers": [],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
} 