CorrectEnglish

CorrectEnglish

Provides spelling and grammar feedback inline wherever you write on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CorrectEnglish",
  "version": "3.2.27",
  "description": "Provides spelling and grammar feedback inline wherever you write on the web.",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs",
    "identity"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/contentscriptstart.js"
      ],
      "allframes": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon.ce_16.png",
      "24": "images/icon.ce_24.png",
      "32": "images/icon.ce_32.png",
      "48": "images/icon.ce_48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "images/icon.ce_16.png",
    "24": "images/icon.ce_24.png",
    "32": "images/icon.ce_32.png",
    "48": "images/icon.ce_48.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}