{ "action": { "default_icon": { "19": "images/icon19.png", "38": "images/icon38.png" }, "default_popup": "popup/index.html", "default_title": "Bitwarden" }, "author": "Bitwarden Inc.", "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "description": "__MSG_commandOpenPopup__", "suggested_key": { "default": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+U" } }, "autofill_card": { "description": "__MSG_commandAutofillCardDesc__" }, "autofill_identity": { "description": "__MSG_commandAutofillIdentityDesc__" }, "autofill_login": { "description": "__MSG_commandAutofillLoginDesc__", "suggested_key": { "default": "Ctrl+Shift+L" } }, "generate_password": { "description": "__MSG_commandGeneratePasswordDesc__", "suggested_key": { "default": "Ctrl+Shift+9" } }, "lock_vault": { "description": "__MSG_commandLockVaultDesc__" } }, "content_scripts": [ { "all_frames": false, "exclude_matches": [ "*://*/*.xml*", "file:///*.xml*" ], "js": [ "content/content-message-handler.js" ], "matches": [ "*://*/*", "file:///*" ], "run_at": "document_start" }, { "all_frames": true, "css": [ "content/autofill.css" ], "exclude_matches": [ "*://*/*.xml*", "file:///*.xml*" ], "js": [ "content/trigger-autofill-script-injection.js" ], "matches": [ "*://*/*", "file:///*" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'" }, "default_locale": "en", "description": "__MSG_extDesc__", "homepage_url": "https://bitwarden.com", "host_permissions": [ "https://*/*", "http://*/*" ], "icons": { "128": "images/icon128.png", "16": "images/icon16.png", "32": "images/icon32.png", "48": "images/icon48.png", "96": "images/icon96.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmqKbvreshyXRuN2gikeR1idqR6KL0Di89JZcMyD4bjJRZVmQO7aznSGSALIHzSAUGYocUYBNDOP5QAhImxXyQ1qG8+goXs93v9GzrNJETdVuCEhqBggC4/DFabryJZDiKvZ2Jl0DM7MsWdoybZPwrj70V3aJ/nVNOMkf868scNTMliwitCqqjT5baTANsG0DkZWQExD4lSXzSZHH9MEO8q0iZ7RRlNuGRBAkZgNV8FwZRsPKm/rwQ9dy3VpgLcmLp5GiMt+kAEncqKAkuRYnhVXXBsKqIyYTMjHSLkLnpfFySyOPLBdS617i/PGNiP/MT6Xy6z//v5NozUgaAZ4gJQIDAQAB", "manifest_version": 3, "minimum_chrome_version": "102.0", "name": "__MSG_extName__", "optional_permissions": [ "nativeMessaging", "privacy" ], "permissions": [ "activeTab", "alarms", "clipboardRead", "clipboardWrite", "contextMenus", "idle", "offscreen", "scripting", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestAuthProvider", "notifications" ], "sandbox": { "pages": [ "overlay/menu-button.html", "overlay/menu-list.html" ] }, "short_name": "Bitwarden", "storage": { "managed_schema": "managed_schema.json" }, "update_url": "https://clients2.google.com/service/update2/crx", "version": "2025.12.1", "web_accessible_resources": [ { "matches": [ "\u003Call_urls>" ], "resources": [ "content/fido2-page-script.js", "notification/bar.html", "images/icon38.png", "images/icon38_locked.png", "overlay/menu-button.html", "overlay/menu-list.html", "overlay/menu.html", "popup/fonts/*" ], "use_dynamic_url": true } ] }