Skip to content

Commit bfbb56b

Browse files
committed
icon updates
1 parent 93501b4 commit bfbb56b

File tree

9 files changed

+8
-2
lines changed

9 files changed

+8
-2
lines changed

debug.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ In general though, we try to keep links between this code and the main code as l
1212
*/
1313

1414
// change the icon so you can distinguish a locally loaded extension
15-
chrome.browserAction.setIcon({path:'do_not_package/debug_icon19.png'});
15+
chrome.browserAction.setIcon({path: {
16+
'19': 'do_not_package/debug_icon19.png',
17+
'38': 'do_not_package/debug_icon38.png'
18+
}});
1619

1720
// separate context for debug actions
1821
// all functions in this file should be in this context

do_not_package/debug_icon19.png

-45.7 KB
Loading

do_not_package/debug_icon38.png

511 Bytes
Loading

icon128.png

-52.4 KB
Loading

icon16.png

-2.58 KB
Loading

icon19.png

-2.57 KB
Loading

icon38.png

506 Bytes
Loading

icon48.png

-2.35 KB
Loading

manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"48": "icon48.png",
99
"128": "icon128.png" },
1010
"browser_action": {
11-
"default_icon": "icon19.png",
11+
"default_icon": {
12+
"19": "icon19.png",
13+
"38": "icon38.png"
14+
},
1215
"default_title": "Simple Window Saver",
1316
"default_popup": "popup.html"
1417
},

0 commit comments

Comments
 (0)