mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
195 lines
5.7 KiB
JSON
195 lines
5.7 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "KeePassXC-Browser",
|
|
"version": "1.9.11",
|
|
"description": "__MSG_extensionDescription__",
|
|
"author": "KeePassXC Team",
|
|
"icons": {
|
|
"16": "icons/keepassxc.svg",
|
|
"32": "icons/keepassxc.svg",
|
|
"48": "icons/keepassxc.svg",
|
|
"64": "icons/keepassxc.svg",
|
|
"96": "icons/keepassxc.svg",
|
|
"128": "icons/keepassxc.svg"
|
|
},
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"16": "icons/keepassxc.svg",
|
|
"18": "icons/keepassxc.svg",
|
|
"19": "icons/keepassxc.svg",
|
|
"32": "icons/keepassxc.svg",
|
|
"36": "icons/keepassxc.svg",
|
|
"38": "icons/keepassxc.svg",
|
|
"64": "icons/keepassxc.svg"
|
|
},
|
|
"default_title": "KeePassXC-Browser",
|
|
"default_popup": "popups/popup.html"
|
|
},
|
|
"options_ui": {
|
|
"page": "options/options.html",
|
|
"open_in_tab": true
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"common/browser-polyfill.min.js",
|
|
"common/global.js",
|
|
"common/sites.js",
|
|
"background/nacl.min.js",
|
|
"background/nacl-util.min.js",
|
|
"background/client.js",
|
|
"background/keepass.js",
|
|
"background/httpauth.js",
|
|
"background/offscreen.js",
|
|
"background/browserAction.js",
|
|
"background/page.js",
|
|
"background/event.js",
|
|
"background/init.js"
|
|
]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"<all_urls>"
|
|
],
|
|
"exclude_matches": [
|
|
"file:///*.xml*"
|
|
],
|
|
"js": [
|
|
"common/browser-polyfill.min.js",
|
|
"common/global.js",
|
|
"common/sites.js",
|
|
"content/ui.js",
|
|
"content/banner.js",
|
|
"content/autocomplete.js",
|
|
"content/credential-autocomplete.js",
|
|
"content/custom-fields-banner.js",
|
|
"content/fields.js",
|
|
"content/fill.js",
|
|
"content/form.js",
|
|
"content/icon.js",
|
|
"content/icon-handler.js",
|
|
"content/keepassxc-browser.js",
|
|
"content/observer-helper.js",
|
|
"content/pwgen.js",
|
|
"content/totp-autocomplete.js",
|
|
"content/totp-field.js",
|
|
"content/username-field.js"
|
|
],
|
|
"run_at": "document_idle",
|
|
"all_frames": true
|
|
},
|
|
{
|
|
"matches": [
|
|
"<all_urls>"
|
|
],
|
|
"exclude_matches": [
|
|
"*://*/*.xml*",
|
|
"file:///*.xml*"
|
|
],
|
|
"js": [
|
|
"content/passkeys-inject.js",
|
|
"content/passkeys-utils.js"
|
|
],
|
|
"run_at": "document_start",
|
|
"all_frames": true
|
|
}
|
|
],
|
|
"commands": {
|
|
"fill_username_password": {
|
|
"description": "__MSG_contextMenuFillUsernameAndPassword__",
|
|
"suggested_key": {
|
|
"default": "Alt+Shift+U",
|
|
"mac": "MacCtrl+Shift+U"
|
|
}
|
|
},
|
|
"fill_password": {
|
|
"description": "__MSG_contextMenuFillPassword__",
|
|
"suggested_key": {
|
|
"default": "Alt+Shift+I",
|
|
"mac": "MacCtrl+Shift+I"
|
|
}
|
|
},
|
|
"fill_totp": {
|
|
"description": "__MSG_contextMenuFillTOTP__",
|
|
"suggested_key": {
|
|
"default": "Alt+Shift+O",
|
|
"mac": "MacCtrl+Shift+O"
|
|
}
|
|
},
|
|
"show_password_generator": {
|
|
"description": "__MSG_contextMenuShowPasswordGenerator__",
|
|
"suggested_key": {
|
|
"default": "Alt+Shift+G",
|
|
"mac": "MacCtrl+Shift+G"
|
|
}
|
|
},
|
|
"save_credentials": {
|
|
"description": "__MSG_contextMenuSaveCredentials__"
|
|
},
|
|
"redetect_fields": {
|
|
"description": "__MSG_popupRedetectButton__"
|
|
},
|
|
"choose_credential_fields": {
|
|
"description": "__MSG_popupChooseCredentialsText__"
|
|
},
|
|
"retrieve_credentials_forced": {
|
|
"description": "__MSG_credentialsRetrieveButton__"
|
|
},
|
|
"request_autotype": {
|
|
"description": "__MSG_contextMenuRequestGlobalAutoType__"
|
|
},
|
|
"reopen_database": {
|
|
"description": "__MSG_popupReopenButton__"
|
|
},
|
|
"reload_extension": {
|
|
"description": "__MSG_popupReloadButton__"
|
|
}
|
|
},
|
|
"web_accessible_resources": [
|
|
"icons/disconnected.svg",
|
|
"icons/help.svg",
|
|
"icons/keepassxc.svg",
|
|
"icons/key.svg",
|
|
"icons/locked.svg",
|
|
"icons/otp.svg",
|
|
"css/autocomplete.css",
|
|
"css/banner.css",
|
|
"css/button.css",
|
|
"css/colors.css",
|
|
"css/define.css",
|
|
"css/notification.css",
|
|
"css/pwgen.css",
|
|
"css/username.css",
|
|
"css/totp.css",
|
|
"content/passkeys.js"
|
|
],
|
|
"permissions": [
|
|
"activeTab",
|
|
"clipboardWrite",
|
|
"contextMenus",
|
|
"cookies",
|
|
"nativeMessaging",
|
|
"notifications",
|
|
"storage",
|
|
"tabs",
|
|
"webNavigation",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"https://*/*",
|
|
"http://*/*",
|
|
"https://api.github.com/"
|
|
],
|
|
"optional_permissions": [
|
|
"privacy"
|
|
],
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "keepassxc-browser@keepassxc.org",
|
|
"strict_min_version": "100.0"
|
|
}
|
|
},
|
|
"storage": {
|
|
"managed_schema": "managed_storage.json"
|
|
},
|
|
"default_locale": "en"
|
|
}
|