Free Spell Checker for Google Chrome™

Free Spell Checker for Google Chrome™

Check your grammar, spelling and style. See word and character counts...!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "scripts/background-mv3.js"
  },
  "action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_popup": "pages/popup.html",
    "default_title": "__MSG_browserActionTitle__"
  },
  "commands": {
    "grammar-checker": {
      "description": "__MSG_appCommand__",
      "suggested_key": {
        "default": "Ctrl+Shift+G",
        "mac": "Command+Shift+G"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "homepage_url": "https://spell-check.pdfwork.com/",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "https://languagetool.org/*"
  ],
  "short_name": "__MSG_appShortName__",
  "version": "3.0.0",
  "container": [
    "GOOGLE_DRIVE"
  ]
}