Anolight Firefox

Examine source code of Anolight

By: zeqiph
Inspect and view changes in Anolight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Anolight",
  "version": "1.0",
  "description": "Adds highlighting functionality to webpages",
  "icons": {
    "48": "./icons/marker-48.png"
  },
  "browser_action": {
    "default_icon": "./icons/marker-48.png",
    "default_title": "Anolight Options",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./scripts/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./scripts/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ]
}

Best Anolight Alternatives

Here are some Firefox add-ons that are similar to Anolight: