1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-03 04:59:06 +02:00

Merge pull request #2326 from bitwarden/version_bump_1.56.0

This commit is contained in:
Micaiah Martin 2022-02-10 09:29:49 -07:00 committed by GitHub
commit d0fe29ee6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "__MSG_extName__", "name": "__MSG_extName__",
"short_name": "__MSG_appName__", "short_name": "__MSG_appName__",
"version": "1.55.0", "version": "1.56.0",
"description": "__MSG_extDesc__", "description": "__MSG_extDesc__",
"default_locale": "en", "default_locale": "en",
"author": "Bitwarden Inc.", "author": "Bitwarden Inc.",
@ -23,25 +23,47 @@
"content/notificationBar.js", "content/notificationBar.js",
"content/contextMenuHandler.js" "content/contextMenuHandler.js"
], ],
"matches": ["http://*/*", "https://*/*", "file:///*"], "matches": [
"http://*/*",
"https://*/*",
"file:///*"
],
"run_at": "document_start" "run_at": "document_start"
}, },
{ {
"all_frames": false, "all_frames": false,
"js": ["content/shortcuts.js"], "js": [
"matches": ["http://*/*", "https://*/*", "file:///*"], "content/shortcuts.js"
],
"matches": [
"http://*/*",
"https://*/*",
"file:///*"
],
"run_at": "document_start" "run_at": "document_start"
}, },
{ {
"all_frames": false, "all_frames": false,
"js": ["content/message_handler.js"], "js": [
"matches": ["http://*/*", "https://*/*", "file:///*"], "content/message_handler.js"
],
"matches": [
"http://*/*",
"https://*/*",
"file:///*"
],
"run_at": "document_start" "run_at": "document_start"
}, },
{ {
"all_frames": true, "all_frames": true,
"css": ["content/autofill.css"], "css": [
"matches": ["http://*/*", "https://*/*", "file:///*"], "content/autofill.css"
],
"matches": [
"http://*/*",
"https://*/*",
"file:///*"
],
"run_at": "document_end" "run_at": "document_end"
} }
], ],
@ -70,7 +92,9 @@
"webRequest", "webRequest",
"webRequestBlocking" "webRequestBlocking"
], ],
"optional_permissions": ["nativeMessaging"], "optional_permissions": [
"nativeMessaging"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"commands": { "commands": {
"_execute_browser_action": { "_execute_browser_action": {