Skip to content

Commit

Permalink
Add additional image formats required for Chromium PWA support
Browse files Browse the repository at this point in the history
  • Loading branch information
FormularSumo committed Jan 4, 2024
1 parent 8124d11 commit cae4b58
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 2 deletions.
Binary file added icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icon-adaptive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
36 changes: 34 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,40 @@
"name": "Galaxy Collection",
"icons": [
{
"src": "Game.ico",
"sizes": "16x16 32x32 48x48 64x64 128x128 256x256"
"src": "maskable-icon-adptive.svg",
"type": "image/svg+xml",
"purpose": "maskable monochrome",
"sizes": "512x512"
},
{
"src": "maskable-icon-512.png",
"type": "image/png",
"purpose": "maskable monochrome",
"sizes": "512x512"
},
{
"src": "maskable-icon-192.png",
"purpose": "maskable monochrome",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon-adaptive.svg",
"type": "image/svg+xml",
"purpose": "any monochrome",
"sizes": "512x512"
},
{
"src": "icon-512.png",
"type": "image/png",
"purpose": "any monochrome",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"purpose": "any monochrome",
"type": "image/png",
"sizes": "192x192"
}
],
"background_color" : "black",
Expand Down
Binary file added maskable-icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maskable-icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions maskable-icon-adaptive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit cae4b58

@FormularSumo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FormularSumo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.