Skip to content

Commit

Permalink
Revert "Test removing monochrome"
Browse files Browse the repository at this point in the history
This reverts commit 191f869.
  • Loading branch information
FormularSumo committed Jan 4, 2024
1 parent 191f869 commit 46687cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
{
"src": "maskable-icon-adaptive.svg",
"type": "image/svg+xml",
"purpose": "maskable",
"purpose": "maskable monochrome",
"sizes": "512x512"
},
{
"src": "maskable-icon-512.png",
"type": "image/png",
"purpose": "maskable",
"purpose": "maskable monochrome",
"sizes": "512x512"
},
{
"src": "maskable-icon-192.png",
"purpose": "maskable",
"purpose": "maskable monochrome",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon-adaptive.svg",
"type": "image/svg+xml",
"purpose": "any",
"purpose": "any monochrome",
"sizes": "512x512"
},
{
"src": "icon-512.png",
"type": "image/png",
"purpose": "any",
"purpose": "any monochrome",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"purpose": "any",
"purpose": "any monochrome",
"type": "image/png",
"sizes": "192x192"
}
Expand Down

1 comment on commit 46687cf

@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.

Did not make a difference to logos

Please sign in to comment.