2 "name": "Proton Pass: Free Password Manager",
3 "description": "Free and fully encrypted password manager to keep your logins and passwords safe.",
7 "scripts": ["background.js"]
9 "content_security_policy": {
10 "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
14 "matches": ["https://*/*", "http://*/*"],
16 "https://pass.proton.me/*",
17 "https://pass.proton.local/*",
18 "https://pass.proton.black/*",
19 "https://pass.proton.pink/*",
20 "https://pass.protontech.ch/*"
22 "js": ["orchestrator.js"],
24 "run_at": "document_end"
28 "https://*.proton.me/*",
29 "https://*.proton.black/*",
30 "https://*.proton.pink/*",
31 "https://*.proton.local/*",
32 "https://*.protontech.ch/*"
36 "run_at": "document_end"
39 "matches": ["https://*/*", "http://*/*"],
41 "https://pass.proton.me/*",
42 "https://pass.proton.local/*",
43 "https://pass.proton.black/*",
44 "https://pass.proton.pink/*",
45 "https://pass.protontech.ch/*"
47 "js": ["webauthn.js"],
49 "run_at": "document_start"
61 "optional_permissions": ["privacy"],
62 "host_permissions": ["https://*/*", "http://*/*"],
64 "default_popup": "popup.html",
66 "16": "/assets/protonpass-icon-16.png",
67 "32": "/assets/protonpass-icon-32.png",
68 "48": "/assets/protonpass-icon-48.png",
69 "128": "/assets/protonpass-icon-128.png"
73 "16": "/assets/protonpass-icon-16.png",
74 "32": "/assets/protonpass-icon-32.png",
75 "48": "/assets/protonpass-icon-48.png",
76 "128": "/assets/protonpass-icon-128.png"
78 "web_accessible_resources": [
90 "matches": ["https://*/*", "http://*/*"]
93 "resources": ["*.wasm"],
94 "matches": ["<all_urls>"]
97 "browser_specific_settings": {
99 "id": "78272b6fa58f4a1abaac99321d503a20@proton.me",
100 "strict_min_version": "109.0"