Grammarly Lite Grammar Checker Firefox

Examine source code of Grammarly Lite Grammar Checker

Inspect and view changes in Grammarly Lite Grammar Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Grammarly Lite Grammar Checker",
  "version": "1.0.0",
  "description": "Grammarly‑style grammar and spell checker using LanguageTool API.",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "https://api.languagetool.org/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Grammarly Lite"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "grammarly-ocrdrf@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Grammarly Lite Grammar Checker Alternatives

Here are some Firefox add-ons that are similar to Grammarly Lite Grammar Checker: