mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
corrected default_icon (#903)
This commit is contained in:
@@ -7,7 +7,12 @@
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"action": {
|
||||
"default_icon": "images/tabFlipper16.png",
|
||||
"default_icon": {
|
||||
"16": "images/tabFlipper16.png",
|
||||
"32": "images/tabFlipper32.png",
|
||||
"48": "images/tabFlipper48.png",
|
||||
"128": "images/tabFlipper128.png"
|
||||
},
|
||||
"default_title": "Press Ctrl(Win)/Command(Mac)+Shift+ Left or Right to Flip Tabs"
|
||||
},
|
||||
"commands": {
|
||||
|
||||
Reference in New Issue
Block a user