Glow Highlighter Firefox

Examine source code of Glow Highlighter

By: skrondr
Inspect and view changes in Glow Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Glow Highlighter",
  "version": "1.0",
  "description": "Highlight and annotate web content with vibrant colors and notes. Save, search, and export highlights in a golden-emerald gradient glowing grid interface.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "clipboardWrite",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a15e2b10-a986-4a9e-aa05-1674dd5e898b}"
    }
  }
}

Best Glow Highlighter Alternatives

Here are some Firefox add-ons that are similar to Glow Highlighter: