Skip to content

Commit 43cb43b

Browse files
committed
Added icons to manifest and create icons folder.
1 parent 676f08b commit 43cb43b

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/browser/chrome/manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55
"manifest_version": 2,
66
"page_action": {
77
"default_icon": {
8-
"32": "icon.png"
8+
"32": "icons/pa_icon.png"
99
},
1010
"default_popup": "page_action.html"
1111
},
12+
"icons": {
13+
"16": "icons/icon_16.png",
14+
"48": "icons/icon_48.png",
15+
"128": "icons/icon_128.png"
16+
},
1217
"background": {
1318
"scripts": ["devtools_bundle/bg_bundle.js"]
1419
},

0 commit comments

Comments
 (0)