Skip to content

Commit

Permalink
add more icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM authored Oct 9, 2024
1 parent bada83e commit 8cfe2d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"action": {
"default_icon": {
"16": "img/16x16.png",
"24": "img/24x24.png",
"32": "img/32x32.png",
"48": "img/48x48.png",
"256": "img/256x256.png"
"64": "img/64x64.png",
"128": "img/128x128.png",
"256": "img/256x256.png",
"512": "img/512x512.png"
},
"default_title": "Click to open the popup",
"default_popup": "game/iframe.html"
Expand Down

0 comments on commit 8cfe2d6

Please sign in to comment.