{
  "name": "TrustLens - 以圖搜詐",
  "short_name": "以圖搜詐",
  "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/48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/appIcons/72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/appIcons/96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/appIcons/144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/appIcons/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/appIcons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
