22 lines
499 B
JSON
22 lines
499 B
JSON
{
|
|
"name": "Fedishare",
|
|
"version": "0.9.1",
|
|
"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"
|
|
},
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "{c5880375-5496-4d02-ba27-7830809dbf08}",
|
|
"strict_min_version": "59.0"
|
|
}
|
|
}
|
|
}
|