remove mac bindings since the default will translate appropriately
This commit is contained in:
parent
0b0af8f755
commit
c74884bc97
|
@ -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.1.0",
|
"version": "1.1.1",
|
||||||
"description": "__MSG_extDesc__",
|
"description": "__MSG_extDesc__",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"homepage_url": "https://bitwarden.com",
|
"homepage_url": "https://bitwarden.com",
|
||||||
|
@ -68,15 +68,13 @@
|
||||||
"commands": {
|
"commands": {
|
||||||
"generate_password": {
|
"generate_password": {
|
||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
"default": "Ctrl+Shift+O",
|
"default": "Ctrl+Shift+O"
|
||||||
"mac": "Command+Shift+O"
|
|
||||||
},
|
},
|
||||||
"description": "Generate and copy a new random password to the clipboard."
|
"description": "Generate and copy a new random password to the clipboard."
|
||||||
},
|
},
|
||||||
"_execute_browser_action": {
|
"_execute_browser_action": {
|
||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
"default": "Ctrl+Shift+Y",
|
"default": "Ctrl+Shift+Y"
|
||||||
"mac": "Command+Shift+Y"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue