Skip to content

Commit 480d2df

Browse files
Add files via upload
1 parent 09353e3 commit 480d2df

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

manifest.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
22
"manifest_version": 3,
3-
"name": "WinShare",
3+
"name": "Share",
44
"version": "1.0.0",
55
"permissions": [
66
"activeTab",
7-
"scripting"
7+
"scripting",
8+
"contextMenus"
89
],
910
"background": {
1011
"service_worker": "src/background.js"
1112
},
1213
"action": {
1314
"default_icon": {
14-
"16": "icons/icon16.png",
15-
"32": "icons/icon16.png",
16-
"48": "icons/icon48.png",
17-
"128": "icons/icon128.png"
15+
"16": "icons/icon-light-16.png",
16+
"24": "icons/icon-light-24.png",
17+
"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"
1821
},
1922
"default_title": "Share"
2023
}

0 commit comments

Comments
 (0)