NoMorePass : Forget your passwords Firefox

Examine source code of NoMorePass : Forget your passwords

Inspect and view changes in NoMorePass : Forget your passwords source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "version": "3.0.4",
  "manifest_version": 2,
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://www.nomorepass.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "/src/bg/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": "/icons/icon19.png",
    "default_title": "No More Passwords"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "webRequest",
    "clipboardWrite",
    "contextMenus",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "img/*png",
    "img/*gif"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "css": [
        "/css/nmp.css"
      ],
      "js": [
        "/js/aes.js",
        "/js/qrcode.js",
        "/js/nmp.js",
        "/js/nmpdb.js",
        "/src/inject/inject.js"
      ]
    }
  ]
}

Best NoMorePass : Forget your passwords Alternatives

Here are some Firefox add-ons that are similar to NoMorePass : Forget your passwords: