condividi-link-fediverso-fi.../public/firefox_manifest.json

29 lines
626 B
JSON
Raw Permalink Normal View History

2021-08-18 06:57:59 +02:00
{
"name": "Fedishare",
2022-02-11 04:50:04 +01:00
"version": "0.9.2",
2021-08-18 06:57:59 +02:00
"description": "Share the current tab on the fediverse",
"permissions": ["activeTab", "storage"],
2021-08-18 06:57:59 +02:00
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": "images/logo/logo.svg",
"default_title": "Fedishare"
},
"options_ui": {
"page": "options.html"
},
2022-02-07 07:38:35 +01:00
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
},
2021-08-18 06:57:59 +02:00
"applications": {
"gecko": {
"id": "{c5880375-5496-4d02-ba27-7830809dbf08}",
"strict_min_version": "59.0"
}
}
}