atlas/web/manifest.webmanifest

37 lines
966 B
Plaintext
Raw Normal View History

2022-04-08 16:30:51 +02:00
{
2022-04-10 08:32:42 +02:00
"theme_color": "#923b15",
"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",
2022-04-10 11:41:34 +02:00
"short_name": "r/placeAtlas2",
2022-04-08 16:30:51 +02:00
"description": "The atlas for the r/place event from 2022",
"icons": [
{
"src": "_img/pwa/icon-192x192.png",
2022-04-10 08:32:42 +02:00
"sizes": "196x196",
"type": "image/png",
"purpose": "any"
2022-04-08 16:30:51 +02:00
},
{
2022-04-10 08:32:42 +02:00
"src": "_img/pwa/icon-maskable-192x192.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
2022-04-08 16:30:51 +02:00
},
{
2022-04-10 08:32:42 +02:00
"src": "_img/pwa/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
2022-04-08 16:30:51 +02:00
},
{
2022-04-10 08:32:42 +02:00
"src": "_img/pwa/icon-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
}