{
  "name": "MOKO代購小幫手",
  "short_name": "MOKO代購",
  "description": "日本代購委託小幫手，從各購物 App 一鍵分享到 moko999",
  "start_url": "/receive.php",
  "scope": "/receive.php",
  "display": "standalone",
  "background_color": "#f4f6f8",
  "theme_color": "#1a56db",
  "lang": "zh-Hant",
  "icons": [
    {
      "src": "/pic/pwa_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pic/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/receive.php",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}