{
  "name": "电商 App 产品规划演示 - PMFans",
  "short_name": "PMFans 电商原型",
  "description": "纯静态电商 App 演示原型：功能结构、PRD 产品备注、账号体系（注册 / 登录 / 换绑）与动效系统，适合产品经理与 UI 设计师学习参考。",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f5f8",
  "theme_color": "#ff4d4f",
  "categories": [
    "business",
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "登录",
      "url": "./login.html"
    },
    {
      "name": "PRD 文档",
      "url": "./prd.html"
    },
    {
      "name": "我的券包",
      "url": "./coupons.html"
    },
    {
      "name": "领券中心",
      "url": "./coupon-center.html"
    },
    {
      "name": "积分中心",
      "url": "./points.html"
    },
    {
      "name": "我的订单",
      "url": "./orders.html"
    },
    {
      "name": "商品评价",
      "url": "./reviews.html"
    },
    {
      "name": "设置",
      "url": "./settings.html"
    }
  ]
}
