atlas/web/manifest.webmanifest
mxdanger 08b57164eb Updated logos
* Updated the main logo with the stylized version
* Updated apple touch icon size
* Resized the logo foreground a bit
* Compressed all the png files
* Added streamerless logo
* Removed manifest theme color, we have no theme and it should reflect the OS theme
* Updated manifest short name to be valid (under 12 characters)
2022-04-30 21:31:56 -07:00

37 lines
971 B
JSON

{
"theme_color": "",
"background_color": "#111111",
"display": "minimal-ui",
"scope": "/",
"start_url": "/",
"name": "r/place atlas",
"short_name": "r/placeAtlas2",
"description": "The atlas for the r/place event from 2022",
"icons": [
{
"src": "_img/pwa/logo-round-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "_img/pwa/logo-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "_img/pwa/logo-round-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "_img/pwa/logo-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}