DocHero: Your AI Writing Companion

DocHero: Your AI Writing Companion

Elevate your writing with one click for any audience, in customizable tone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "DocHero: Your AI Writing Companion",
  "description": "Elevate your writing with one click for any audience, in customizable tone",
  "version": "1.17",
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "./static/js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon16.png"
  },
  "host_permissions": [
    "*://*.docheroai.com/"
  ],
  "permissions": [
    "storage",
    "tabs",
    "cookies"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon16.png",
        "loading.svg",
        "clear.svg",
        "copy.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}