ANOTHERpass Browser Extension Firefox

Examine source code of ANOTHERpass Browser Extension

Inspect and view changes in ANOTHERpass Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "4.0",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://anotherpass.jepfa.de",
  "icons": {
    "24": "icons/anotherpass-24.png",
    "32": "icons/anotherpass-32.png",
    "48": "icons/anotherpass-48.png",
    "96": "icons/anotherpass-96.png"
  },
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite",
    "storage",
    "downloads"
  ],
  "content_security_policy": {
    "extension_pages": "default-src http://*:* https://*:*; script-src 'self'; img-src * data:;"
  },
  "action": {
    "default_icon": "icons/anotherpass-512.png",
    "default_title": "ANOTHERpass",
    "default_popup": "popup/menu.html"
  },
  "background": {
    "service_worker": "background_scripts/service_worker.js",
    "scripts": [
      "common/crypto.js",
      "common/remote.js",
      "background_scripts/background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png",
        "*.css",
        "*.html",
        "*.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "run_at": "document_idle",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "common/crypto.js",
        "content_scripts/content.js"
      ],
      "css": [
        "content_scripts/content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "anotherpass-browserextension@jepfa.de",
      "strict_min_version": "120.0"
    }
  }
}

Best ANOTHERpass Browser Extension Alternatives

Here are some Firefox add-ons that are similar to ANOTHERpass Browser Extension: