{
  "name": "Whoscall Lens - 以圖搜詐",
  "short_name": "Whoscall Lens",
  "description": "運用前沿的 AI 技術與群眾智慧，快速辨識詐騙圖片與可疑內容",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/appIcons/SA_Favicon_64px.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
