Compare commits

...

2 Commits

Author SHA1 Message Date
miguel c174af1e1b Set to version 0.9.2 2022-02-07 00:40:29 -06:00
miguel b41d477527 Add shortcut command. 2022-02-07 00:38:35 -06:00
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fedishare",
"version": "0.9.1",
"version": "0.9.2",
"description": "Share the current tab on the fediverse",
"main": "background.js",
"scripts": {

View File

@ -12,6 +12,13 @@
"options_ui": {
"page": "options.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
},
"applications": {
"gecko": {
"id": "{c5880375-5496-4d02-ba27-7830809dbf08}",