TimeVault Password Manager Firefox

Examine source code of TimeVault Password Manager

Inspect and view changes in TimeVault Password Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "This plugin is an extension of Password feature provided by TimeVault.",
  "version": "0.0.9",
  "name": "TimeVault Password Manager",
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "icons": {
    "16": "assets/img/icon-16.png",
    "32": "assets/img/icon-32.png",
    "48": "assets/img/icon-48.png",
    "128": "assets/img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/js/jquery.min.js",
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "addPasswordContentScript.bundle.js",
        "savePasswordFormContentScript.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": "assets/img/icon-32.png",
    "default_title": "Timevault Password Manager",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "web_accessible_resources": [
    "content.styles.css",
    "assets/img/icon-128.png",
    "assets/img/logo.png",
    "assets/css/bootstrap.min.css",
    "assets/css/font-awesome.min.css",
    "assets/webfonts/fontawesome-webfont.woff2",
    "AddPasswordForm.css",
    "InputUI.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "timevaultspc@gmail.com",
      "strict_min_version": "57.0"
    }
  }
}

Best TimeVault Password Manager Alternatives

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