AnonNote - Secure Note Sharing Firefox

Examine source code of AnonNote - Secure Note Sharing

Inspect and view changes in AnonNote - Secure Note Sharing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AnonNote - Secure Note Sharing",
  "version": "1.0.0",
  "description": "Create and share secure, self-destructing notes directly from your browser",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "notifications",
    "clipboardWrite",
    "https://www.anonnote.com/*",
    "http://localhost:3001/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "AnonNote"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "anonnote@example.com",
      "strict_min_version": "79.0"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "Command+Shift+A"
      },
      "description": "Open AnonNote"
    }
  }
}

Best AnonNote - Secure Note Sharing Alternatives

Here are some Firefox add-ons that are similar to AnonNote - Secure Note Sharing: