More fixes for Firefox
This commit is contained in:
parent
f796815bdf
commit
329bd6e8cc
@ -20,7 +20,7 @@
|
|||||||
"commands": {
|
"commands": {
|
||||||
"_execute_action": {
|
"_execute_action": {
|
||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
"default": "Ctrl+Shift+S"
|
"default": "Ctrl+Shift+Y"
|
||||||
},
|
},
|
||||||
"description": "Share current page on Mastodon"
|
"description": "Share current page on Mastodon"
|
||||||
}
|
}
|
||||||
@ -32,7 +32,9 @@
|
|||||||
"activeTab"
|
"activeTab"
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["js/background.js"]
|
"scripts": [
|
||||||
|
"js/background.js"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "img/icon_x16.png",
|
"16": "img/icon_x16.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user