DocHero: ChatGPT Powered AI Writing Companion

DocHero: ChatGPT Powered 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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DocHero: ChatGPT Powered 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",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArtvQIHvfD+P08bi1QIMD840W+53z8rdRH5ZTMbyRN277QdmFtUjiCspS4fwDbMITn8xJlqBCqBwGQIKKO5cMC2SgFEqjSXnJK3Cci7tv31tmOl4FUP7FMUH7YAFk2za6YGEoz+r9HIg9hvttDpeO/v+5+F4IbinDGHR6ljgDwc3NH9t400YfZ53ADhDBwrpxjINCUCnYTGw+M+JjFUI34QGPl8ess8M+cdu07rhGx37fNUWYwshQBLrD9KrPj6X3rqwwdqAxhb/yiWxXtWt2NBpZWwK2aM4U1pOrxtHeuDXwB9jS4mpApns8dWXM/wEDuC2RfT0UyvgY1KnFLH/t3wIDAQAB"
}