Page Highlighter & Notes (Template) Firefox

Examine source code of Page Highlighter & Notes (Template)

Inspect and view changes in Page Highlighter & Notes (Template) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Highlighter & Notes (Template)",
  "version": "1.0.0",
  "description": "Highlight selected text on the current page with one click and remember your preferred highlight color. Minimal, AMO‑compliant template with popup and options page.",
  "browser_specific_settings": {
    "gecko": {
      "id": "amo-template@example.com",
      "strict_min_version": "102.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Highlighter",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  }
}

Best Page Highlighter & Notes (Template) Alternatives

Here are some Firefox add-ons that are similar to Page Highlighter & Notes (Template):