You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
|
|
"description": "This extension reimplement the share feature with Container support and over 14+ social networks",
|
|
"manifest_version": 2,
|
|
"name": "Share Backported",
|
|
"version": "2.1.2",
|
|
"icons": {
|
|
"16": "icon-dark.svg",
|
|
"24": "icon-dark.svg",
|
|
"48": "icon-dark.svg",
|
|
"96": "icon-dark.svg"
|
|
},
|
|
"browser_action": {
|
|
"browser_style": true,
|
|
"default_icon": {
|
|
"16": "icon-dark.svg",
|
|
"24": "icon-dark.svg",
|
|
"48": "icon-dark.svg",
|
|
"96": "icon-dark.svg"
|
|
},
|
|
"theme_icons": [{
|
|
"dark": "icon-dark.svg",
|
|
"light": "icon-light.svg",
|
|
"size": 16
|
|
},{
|
|
"dark": "icon-dark.svg",
|
|
"light": "icon-light.svg",
|
|
"size": 24
|
|
},{
|
|
"dark": "icon-dark.svg",
|
|
"light": "icon-light.svg",
|
|
"size": 48
|
|
},{
|
|
"dark": "icon-dark.svg",
|
|
"light": "icon-light.svg",
|
|
"size": 96
|
|
}],
|
|
"default_title": "Share",
|
|
"default_popup": "modal/modal.html"
|
|
},
|
|
"page_action": {
|
|
"default_icon": "icon-dark.svg",
|
|
"browser_style": true
|
|
},
|
|
"commands": {
|
|
"_execute_browser_action": {
|
|
"suggested_key": {
|
|
"default": "Ctrl+Alt+Y"
|
|
}
|
|
}
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"background.js"
|
|
]
|
|
},
|
|
"options_ui": {
|
|
"page": "options/options.html"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"storage",
|
|
"cookies",
|
|
"management",
|
|
"contextualIdentities",
|
|
"https://www.linkedin.com/*",
|
|
"https://www.reddit.com/*"
|
|
]
|
|
}
|