Skip to content

Commit 4659c43

Browse files
committed
add icons
1 parent d014b35 commit 4659c43

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

icons/icon128.png

1.9 KB
Loading

icons/icon16.png

883 Bytes
Loading

icons/icon48.png

1.5 KB
Loading

manifest.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"matches": ["<all_urls>"],
1212
"js": ["data.js", "content.js"]
1313
}
14-
]
14+
],
15+
"icons": {
16+
"16": "icons/icon16.png",
17+
"48": "icons/icon48.png",
18+
"128": "icons/icon128.png"
19+
}
1520
}

0 commit comments

Comments
 (0)