mirror of
https://gitlab.com/mickie1/share-freedom-extension
synced 2025-02-18 04:00:42 +01:00
56 lines
1008 B
JSON
56 lines
1008 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "Share-freedom",
|
|
"description": "share the current tab on the fediverse",
|
|
"version": "2.1.1",
|
|
"author": "Mickie",
|
|
|
|
"browser_action": {
|
|
"default_icon": "img/icon.png",
|
|
"default_popup": "index.html",
|
|
"default_title": "Share freedom",
|
|
"theme_icons": [{
|
|
"light": "img/icon-16-light.png",
|
|
"dark": "img/icon.png",
|
|
"size": 16
|
|
}, {
|
|
"light": "img/icon-32-light.png",
|
|
"dark": "img/icon.png",
|
|
"size": 32
|
|
}]
|
|
},
|
|
|
|
"icons": {
|
|
"16":"img/icon.png",
|
|
"32":"img/icon.png"
|
|
},
|
|
|
|
"commands": {
|
|
"_execute_browser_action": {
|
|
"suggested_key": { "default": "Ctrl+Shift+U" },
|
|
"description": "Execute the extension"
|
|
}
|
|
},
|
|
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"browser_style": true
|
|
},
|
|
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "{c5880375-5496-4d02-ba27-7830809dbf08}",
|
|
"strict_min_version": "59.0"
|
|
}
|
|
},
|
|
|
|
"permissions": [
|
|
"tabs",
|
|
"activeTab",
|
|
"https://*/*",
|
|
"storage"
|
|
]
|
|
|
|
}
|