atlas/web/manifest.webmanifest

36 lines
946 B
Plaintext
Raw Normal View History

2022-04-08 16:30:51 +02:00
{
2022-04-10 08:32:42 +02:00
"background_color": "#111111",
2022-04-08 16:30:51 +02:00
"display": "minimal-ui",
"scope": "/",
2022-04-09 00:21:31 +02:00
"start_url": "/",
2022-04-08 16:30:51 +02:00
"name": "r/place atlas",
"short_name": "placeAtlas2",
2022-04-08 16:30:51 +02:00
"description": "The atlas for the r/place event from 2022",
"icons": [
{
"src": "_img/pwa/logo-round-192x192.png",
"sizes": "192x192",
2022-04-10 08:32:42 +02:00
"type": "image/png",
"purpose": "any"
2022-04-08 16:30:51 +02:00
},
{
"src": "_img/pwa/logo-maskable-192x192.png",
"sizes": "192x192",
2022-04-10 08:32:42 +02:00
"type": "image/png",
"purpose": "maskable"
2022-04-08 16:30:51 +02:00
},
{
"src": "_img/pwa/logo-round-512x512.png",
2022-04-10 08:32:42 +02:00
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
2022-04-08 16:30:51 +02:00
},
{
"src": "_img/pwa/logo-maskable-512x512.png",
2022-04-08 16:30:51 +02:00
"sizes": "512x512",
2022-04-10 08:32:42 +02:00
"type": "image/png",
"purpose": "maskable"
2022-04-08 16:30:51 +02:00
}
]
2022-04-09 00:21:31 +02:00
}