More fixes for Firefox

This commit is contained in:
Corbin Davenport 2022-12-20 14:19:30 -05:00
parent f796815bdf
commit 329bd6e8cc

View File

@ -20,7 +20,7 @@
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+S"
"default": "Ctrl+Shift+Y"
},
"description": "Share current page on Mastodon"
}
@ -32,7 +32,9 @@
"activeTab"
],
"background": {
"scripts": ["js/background.js"]
"scripts": [
"js/background.js"
]
},
"icons": {
"16": "img/icon_x16.png",