Skip to content

Commit 8fdea5e

Browse files
committed
Add extension icons to manifest
Added three standard Chrome extension icon sizes: - 16x16 for toolbar - 48x48 for extension management page - 128x128 for Chrome Web Store and installation dialog Icons are PNG with transparency, properly sized, and optimized.
1 parent b601544 commit 8fdea5e

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

chrome-extension/icons/icon128.png

1.49 KB
Loading

chrome-extension/icons/icon16.png

305 Bytes
Loading

chrome-extension/icons/icon48.png

673 Bytes
Loading

chrome-extension/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"version": "2.0.0",
55
"description": "One-click audiobook downloads from Libby.",
66

7+
"icons": {
8+
"16": "icons/icon16.png",
9+
"48": "icons/icon48.png",
10+
"128": "icons/icon128.png"
11+
},
12+
713
"browser_specific_settings": {
814
"gecko": {
915
"id": "libby-downloader@example.com",

0 commit comments

Comments
 (0)