Safe Highlighter & Notes Firefox

Examine source code of Safe Highlighter & Notes

By: KJC
Inspect and view changes in Safe Highlighter & Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Safe Highlighter & Notes",
  "version": "1.0.0",
  "description": "Highlight paragraphs on demand and save a simple site-specific note. No remote code, no inline scripts, minimal permissions.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_popup": "popup/popup.html",
    "default_title": "Safe Highlighter & Notes"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "options_page": "options/options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "safe-highlighter-notes@example.com"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Safe Highlighter & Notes Alternatives

Here are some Firefox add-ons that are similar to Safe Highlighter & Notes: