We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09353e3 commit 480d2dfCopy full SHA for 480d2df
manifest.json
@@ -1,20 +1,23 @@
1
{
2
"manifest_version": 3,
3
- "name": "WinShare",
+ "name": "Share",
4
"version": "1.0.0",
5
"permissions": [
6
"activeTab",
7
- "scripting"
+ "scripting",
8
+ "contextMenus"
9
],
10
"background": {
11
"service_worker": "src/background.js"
12
},
13
"action": {
14
"default_icon": {
- "16": "icons/icon16.png",
15
- "32": "icons/icon16.png",
16
- "48": "icons/icon48.png",
17
- "128": "icons/icon128.png"
+ "16": "icons/icon-light-16.png",
+ "24": "icons/icon-light-24.png",
+ "32": "icons/icon-light-32.png",
18
+ "48": "icons/icon-light-48.png",
19
+ "64": "icons/icon-light-64.png",
20
+ "128": "icons/icon-light-128.png"
21
22
"default_title": "Share"
23
}
0 commit comments