{
  "name": "ArticleBridge",
  "short_name": "ArticleBridge",
  "description": "Clean articles, repair text, generate synopses, and share to Drive, Docs, email, messages, WhatsApp, and Keep.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#090b10",
  "theme_color": "#090b10",
  "orientation": "any",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/?share_intent=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url",
      "files": [
        {
          "name": "share_files",
          "accept": [
            "text/*",
            "image/*",
            ".txt",
            ".md",
            ".html",
            ".htm"
          ]
        }
      ]
    }
  }
}
