{
  "name": "移动端Web应用",
  "short_name": "移动应用",
  "description": "专为移动设备优化的Web应用",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' fill='%23667eea' rx='24'/%3E%3Ctext x='96' y='96' text-anchor='middle' dy='.3em' fill='white' font-size='48' font-family='Arial'%3EA%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "产品页面",
      "short_name": "产品",
      "description": "查看我们的产品",
      "url": "/#products",
      "icons": []
    },
    {
      "name": "联系我们",
      "short_name": "联系",
      "description": "联系我们获取更多信息",
      "url": "/#contact",
      "icons": []
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}