{
  "name": "越界支付",
  "short_name": "越界支付",
  "description": "越界支付 PWA版",
  "lang": "zh-CN",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#111111",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/pwa/icon-192-v5.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/pwa/icon-512-v5.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "首页",
      "url": "/index.html",
      "icons": [
        {
          "src": "/assets/pwa/icon-192-v5.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "返现",
      "url": "/user/referral.php",
      "icons": [
        {
          "src": "/assets/pwa/icon-192-v5.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "我的",
      "url": "/user/index.php",
      "icons": [
        {
          "src": "/assets/pwa/icon-192-v5.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}