Shakespeare AI Toolbar: AI Writing Anywhere

Shakespeare AI Toolbar: AI Writing Anywhere

All-In-One AI Toolbar. Write smarter, faster, and get more done in less time. Summarization, rephrasing and much more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shakespeare AI Toolbar: AI Writing Anywhere",
  "version": "2.3.0",
  "manifest_version": 3,
  "author": "Jakob Sturm",
  "description": "All-In-One AI Toolbar. Write smarter, faster, and get more done in less time. Summarization, rephrasing and much more",
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "assets/favicon_128.png",
      "48": "assets/favicon_128.png",
      "128": "assets/favicon_128.png"
    },
    "default_title": "Shakespeare AI Toolbar"
  },
  "icons": {
    "16": "assets/favicon_128.png",
    "48": "assets/favicon_128.png",
    "128": "assets/favicon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://shakespearetoolbar.com/*"
      ],
      "exclude_matches": [
        "*://docs.google.com/document/*"
      ],
      "js": [
        "content-scripts/main.js"
      ]
    },
    {
      "matches": [
        "https://shakespearetoolbar.com/*"
      ],
      "js": [
        "content-scripts/gdocs.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "scripting"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "options_page": "options/index.html",
  "web_accessible_resources": [
    {
      "matches": [
        "https://docs.google.com/*"
      ],
      "resources": [
        "content-scripts/gdocs.js"
      ]
    },
    {
      "matches": [
        "https://docs.google.com/*"
      ],
      "resources": [
        "content-scripts/gdocs-early.js"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "content-scripts/main.js"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "updates/index.html"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "login/index.html"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "set-permissions/index.html"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "activate-licensekey/index.html"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiOYRPOaKxL5YLrYcW8jsEZipAeqgA29zFmDIHeoch0zBarsE4SWZFGLMsTIPUjnz+HY1u6tPjD5V7EFYFrmqBGX0cbysFvy2wZ6QsdueDirTZOKYTCpzkHt3X9/YP2d8YIB2QymgaY5JhIeWrZSDvB/1ORuzrrpl/aOcUkNcYpxKNavalwLa+Iizs0vY/3e67bUebBSTXHUcC3W90mkb+Qol8NK4YbwN8rE9pqJ3F+cJvKVi9qYK7AWrVPpxcB5nchPGuCVLYGM24P6h/0VI7z3UBGbVyCAsthOxW+a+nx/5LvrkZSY46O8aASE2cTtRmGYsN8ShFSrLQa4Tc4DGYQIDAQAB"
}