Safely Password Manager Firefox

Examine source code of Safely Password Manager

Inspect and view changes in Safely Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Safely Password Manager",
  "short_name": "safely",
  "description": "An extension to support Safely Password Manager in your browser!",
  "version": "0.8resigned1",
  "applications": {
    "gecko": {
      "id": "safely@wunderweiss.com"
    }
  },
  "icons": {
    "16": "icons/icon16px.png",
    "48": "icons/icon48px.png",
    "128": "icons/icon128px.png"
  },
  "background": {
    "page": "background.html"
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "safely",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>",
    "webNavigation",
    "clipboardRead",
    "clipboardWrite",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "thirdparty/jquery-3.3.1.min.js",
        "thirdparty/hotkeys.min.js",
        "contentscript.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Safely Password Manager Alternatives

Here are some Firefox add-ons that are similar to Safely Password Manager: