UnveilPass Manager Firefox

Examine source code of UnveilPass Manager

Inspect and view changes in UnveilPass Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "UnveilPass Manager",
  "version": "1.0.511",
  "description": "Zero-knowledge password manager - autofill, generate, share and protect your credentials securely",
  "permissions": [
    "activeTab",
    "storage",
    "menus",
    "notifications",
    "webNavigation",
    "idle",
    "alarms",
    "scripting",
    "webRequest",
    "webRequestBlocking",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "history"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "unveilpass-mgr@unveiltech.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "phishing_heuristic.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "domains.js",
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "youtube.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "email_tracker.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://www.google.com/search*",
        "*://www.google.co.uk/search*",
        "*://www.google.ca/search*",
        "*://www.google.com.au/search*",
        "*://www.google.fr/search*",
        "*://www.google.de/search*",
        "*://www.google.es/search*",
        "*://www.google.it/search*",
        "*://www.google.pt/search*",
        "*://www.google.nl/search*",
        "*://www.google.be/search*",
        "*://www.google.ch/search*",
        "*://www.google.com.br/search*",
        "*://www.google.co.jp/search*",
        "*://www.bing.com/images/*",
        "*://cn.bing.com/images/*",
        "*://duckduckgo.com/*",
        "*://start.duckduckgo.com/*",
        "*://search.brave.com/images*",
        "*://www.qwant.com/*",
        "*://qwant.com/*",
        "*://images.search.yahoo.com/*",
        "*://www.ecosia.org/images*",
        "*://ecosia.org/images*"
      ],
      "js": [
        "image_search_filter.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "*://www.google.com/search*",
        "*://www.google.co.uk/search*",
        "*://www.google.ca/search*",
        "*://www.google.com.au/search*",
        "*://www.google.fr/search*",
        "*://www.google.de/search*",
        "*://www.google.es/search*",
        "*://www.google.it/search*",
        "*://www.google.pt/search*",
        "*://www.google.nl/search*",
        "*://www.google.be/search*",
        "*://www.google.ch/search*",
        "*://www.google.com.br/search*",
        "*://www.google.co.jp/search*"
      ],
      "js": [
        "search_link_filter.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon16.png",
        "icons/icon128.png",
        "blocked.html",
        "unlock.html",
        "unlock.js",
        "lib/argon2-bundled.min.js",
        "fonts/Abel-Regular.ttf"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best UnveilPass Manager Alternatives

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