WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Proton Pass: Free Password Manager

Proton Pass: Free Password Manager

View on Chrome Web Store
View Proton Pass: Free Password Manager Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (3,303 ratings)
18 new ratings
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Free and fully encrypted password manager to keep your logins and passwords safe.
Type
Extension
Users
500,000 users
100K
Proton AG
View author page of Proton AG
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 20, 2022
Version 1.31.4
Manifest version
3
Updated
Updated on May 25, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Proton Pass: Free Password Manager Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proton Pass: Free Password Manager",
    "description": "Free and fully encrypted password manager to keep your logins and passwords safe.",
    "version": "1.31.4",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "orchestrator.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/pass.proton.me\/*",
                "https:\/\/pass.proton.local\/*",
                "https:\/\/pass.proton.black\/*",
                "https:\/\/pass.proton.pink\/*",
                "https:\/\/pass.protontech.ch\/*"
            ],
            "js": [
                "webauthn.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/account.proton.me\/*",
            "https:\/\/pass.proton.me\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "optional_permissions": [
        "privacy"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "options_ui": {
        "page": "settings.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/protonpass-icon-16.png",
            "32": "\/assets\/protonpass-icon-32.png",
            "48": "\/assets\/protonpass-icon-48.png",
            "128": "\/assets\/protonpass-icon-128.png"
        }
    },
    "icons": {
        "16": "\/assets\/protonpass-icon-16.png",
        "32": "\/assets\/protonpass-icon-32.png",
        "48": "\/assets\/protonpass-icon-48.png",
        "128": "\/assets\/protonpass-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dropdown.html",
                "notification.html",
                "elements.js",
                "assets\/*.csv",
                "assets\/*.png",
                "assets\/*.svg",
                "assets\/*.woff",
                "assets\/*.woff2"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "*.wasm"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top