Skip to content

Commit

Permalink
Add proper monochrome icons
Browse files Browse the repository at this point in the history
Currently not used in many places, but hopefully in Android/Chrome in the near future. I will also use to make icons for t he google play version soon as it is actually supported there
  • Loading branch information
FormularSumo committed Jan 4, 2024
1 parent 2493070 commit cbe27c3
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,61 @@
{
"src": "maskable-icon-adaptive.svg",
"type": "image/svg+xml",
"purpose": "maskable monochrome",
"purpose": "maskable",
"sizes": "512x512"
},
{
"src": "maskable-icon-512.png",
"type": "image/png",
"purpose": "maskable monochrome",
"purpose": "maskable",
"sizes": "512x512"
},
{
"src": "maskable-icon-192.png",
"purpose": "maskable monochrome",
"type": "image/png",
"purpose": "maskable",
"sizes": "192x192"
},
{
"src": "icon-adaptive.svg",
"type": "image/svg+xml",
"purpose": "any monochrome",
"purpose": "any",
"sizes": "512x512"
},
{
"src": "icon-512.png",
"type": "image/png",
"purpose": "any monochrome",
"purpose": "any",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"type": "image/png",
"purpose": "any",
"sizes": "192x192"
},
{
"src": "maskable-monochrome-icon-512.png",
"type": "image/png",
"purpose": "maskable monochrome",
"sizes": "512x512"
},
{
"src": "maskable-monochrome-icon-192.png",
"type": "image/png",
"purpose": "maskable monochrome",
"sizes": "192x192"
},
{
"src": "monochrome-icon-512.png",
"type": "image/png",
"purpose": "any monochrome",
"sizes": "512x512"
},
{
"src": "monochrome-icon-192.png",
"type": "image/png",
"purpose": "any monochrome",
"sizes": "192x192"
}
],
Expand Down
Binary file added maskable-monochrome-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-monochrome-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.
Binary file added monochrome-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 monochrome-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.

0 comments on commit cbe27c3

Please sign in to comment.