Corrector App: Spell & Grammar Checker

Corrector App: Spell & Grammar Checker

Corrector App is the new spell check, grammar checker and punctuation checker on Mozilla Firefox, designed for people with little time and many words to check.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Corrector App: Spell & Grammar Checker",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Corrector App: Spell & Grammar Checker",
  "browser_action": {},
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{577becbd-b16a-4b6e-9879-b4d0515e141d}"
    }
  }
}