corrected default_icon (#903)

This commit is contained in:
Benjamin Lörincz
2023-05-01 15:57:43 +02:00
committed by GitHub
parent b5ba7ae212
commit 9f241949d6

View File

@@ -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": {