2023-02-20 08:27:17 +01:00
|
|
|
{
|
|
|
|
"manifest_version": 3,
|
|
|
|
"name": "Share to Mastodon",
|
2023-07-10 03:57:20 +02:00
|
|
|
"version": "2.1",
|
2023-02-20 08:27:17 +01:00
|
|
|
"author": "Corbin Davenport",
|
|
|
|
"homepage_url": "https://github.com/corbindavenport/share-to-mastodon",
|
2023-07-10 03:57:20 +02:00
|
|
|
"description": "Share links to Mastodon in one click",
|
2023-02-20 08:27:17 +01:00
|
|
|
"options_ui": {
|
|
|
|
"page": "settings.html",
|
2023-07-10 03:57:20 +02:00
|
|
|
"open_in_tab": true
|
2023-02-20 08:27:17 +01:00
|
|
|
},
|
|
|
|
"action": {
|
|
|
|
"default_icon": {
|
|
|
|
"32": "img/icon_x32.png",
|
|
|
|
"48": "img/icon_action_x48.png",
|
|
|
|
"128": "img/icon_action_x128.png"
|
|
|
|
},
|
|
|
|
"default_title": "Share this page to Mastodon"
|
|
|
|
},
|
|
|
|
"commands": {
|
|
|
|
"_execute_action": {
|
|
|
|
"suggested_key": {
|
|
|
|
"default": "Ctrl+Shift+Y"
|
|
|
|
},
|
|
|
|
"description": "Share current page on Mastodon"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"contextMenus",
|
|
|
|
"storage",
|
|
|
|
"activeTab"
|
|
|
|
],
|
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "{4f049aab-274c-4a9b-8813-84b40b7d5ec4}",
|
|
|
|
"strict_min_version": "106.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"js/background.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"icons": {
|
|
|
|
"32": "img/icon_x32.png",
|
|
|
|
"48": "img/icon_x48.png",
|
|
|
|
"128": "img/icon_x128.png"
|
|
|
|
}
|
|
|
|
}
|