{
  "name": "米付科技 - 智慧支付解决方案",
  "short_name": "米付科技",
  "description": "专业的聚合支付解决方案提供商，为企业提供安全、便捷、高效的支付服务",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "产品与服务",
      "short_name": "产品",
      "description": "查看米付科技的产品与服务",
      "url": "/products",
      "icons": [
        {
          "src": "/icons/shortcut-products.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "解决方案",
      "short_name": "方案",
      "description": "行业解决方案",
      "url": "/solutions",
      "icons": [
        {
          "src": "/icons/shortcut-solutions.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "联系我们",
      "short_name": "联系",
      "description": "联系米付科技",
      "url": "/contact",
      "icons": [
        {
          "src": "/icons/shortcut-contact.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://www.meepay.cn/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/handle-csv",
      "accept": {
        "text/csv": [".csv"]
      }
    }
  ]
}