mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-23 21:15:00 +02:00

Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
92 lines
3.5 KiB
JSON
92 lines
3.5 KiB
JSON
{
|
|
"author": "Bitwarden Inc.",
|
|
"background": {
|
|
"page": "background.html",
|
|
"persistent": true
|
|
},
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"19": "images/icon19.png",
|
|
"38": "images/icon38.png"
|
|
},
|
|
"default_popup": "popup/index.html",
|
|
"default_title": "Bitwarden"
|
|
},
|
|
"commands": {
|
|
"_execute_browser_action": {
|
|
"description": "__MSG_commandOpenPopup__",
|
|
"suggested_key": {
|
|
"default": "Ctrl+Shift+Y",
|
|
"linux": "Ctrl+Shift+U"
|
|
}
|
|
},
|
|
"autofill_login": {
|
|
"description": "__MSG_commandAutofillDesc__",
|
|
"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,
|
|
"exclude_matches": [ "https://*/*.xml*" ],
|
|
"js": [ "content/fido2/trigger-fido2-content-script-injection.js" ],
|
|
"matches": [ "https://*/*" ],
|
|
"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"
|
|
}, {
|
|
"all_frames": false,
|
|
"js": [ "content/lp-fileless-importer.js" ],
|
|
"matches": [ "https://lastpass.com/export.php" ],
|
|
"run_at": "document_start"
|
|
} ],
|
|
"content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
|
|
"default_locale": "en",
|
|
"description": "__MSG_extDesc__",
|
|
"homepage_url": "https://bitwarden.com",
|
|
"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": 2,
|
|
"name": "__MSG_extName__",
|
|
"optional_permissions": [ "nativeMessaging", "privacy" ],
|
|
"permissions": [ "\u003Call_urls>", "*://*/*", "tabs", "contextMenus", "storage", "unlimitedStorage", "clipboardRead", "clipboardWrite", "idle", "webRequest", "webRequestBlocking" ],
|
|
"sandbox": {
|
|
"content_security_policy": "sandbox allow-scripts; script-src 'self'",
|
|
"pages": [ "overlay/button.html", "overlay/list.html" ]
|
|
},
|
|
"short_name": "__MSG_appName__",
|
|
"storage": {
|
|
"managed_schema": "managed_schema.json"
|
|
},
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
|
"version": "2024.4.1",
|
|
"web_accessible_resources": [ "content/fido2/page-script.js", "content/lp-suppress-import-download.js", "notification/bar.html", "images/icon38.png", "images/icon38_locked.png", "overlay/button.html", "overlay/list.html", "popup/fonts/*" ]
|
|
}
|