Real-time Code Linter Firefox

Examine source code of Real-time Code Linter

Inspect and view changes in Real-time Code Linter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Real-time Code Linter",
  "version": "1.3",
  "description": "A Mozilla extension that provides real-time linting feedback on JavaScript code within webpages or input fields.",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{06f30692-c4c5-4433-914a-e9f2b3a3aa11}"
    }
  }
}

Best Real-time Code Linter Alternatives

Here are some Firefox add-ons that are similar to Real-time Code Linter: