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

29 lines
626 B
JSON

{
"name": "Fedishare",
"version": "0.9.2",
"description": "Share the current tab on the fediverse",
"permissions": ["activeTab", "storage"],
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": "images/logo/logo.svg",
"default_title": "Fedishare"
},
"options_ui": {
"page": "options.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
},
"applications": {
"gecko": {
"id": "{c5880375-5496-4d02-ba27-7830809dbf08}",
"strict_min_version": "59.0"
}
}
}