{
  "name": "XX县农产品供销协作平台",
  "short_name": "供销平台",
  "description": "全县域农产品数字化供销协作平台，支持蔬菜、豆腐、粮油、水果等全品类管理",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f1f5f9",
  "theme_color": "#4a8c5c",
  "orientation": "any",
  "scope": "./",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "food"],
  "lang": "zh-CN",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "./screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "桌面端仪表盘"
    },
    {
      "src": "./screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "手机端首页"
    }
  ],
  "shortcuts": [
    {
      "name": "新建订单",
      "short_name": "新订单",
      "description": "快速创建新订单",
      "url": "./index.html#page=orders",
      "icons": [{ "src": "./icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "语音报货",
      "short_name": "报货",
      "description": "农户快速语音报货",
      "url": "./index.html#page=farmer",
      "icons": [{ "src": "./icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "商品大厅",
      "short_name": "商品",
      "description": "浏览所有商品",
      "url": "./index.html#page=products",
      "icons": [{ "src": "./icon-96.png", "sizes": "96x96" }]
    }
  ]
}
