atlas/web/manifest.webmanifest
Stefano Haagman 3176f39b44 Rename
2022-04-08 16:34:21 +02:00

32 lines
853 B
JSON

{
"theme_color": "#f69435",
"background_color": "#f69435",
"display": "minimal-ui",
"scope": "/",
"start_url": "https://place-atlas.stefanocoding.me/",
"name": "r/place atlas",
"short_name": "r/placeAtlas2",
"description": "The atlas for the r/place event from 2022",
"icons": [
{
"src": "_img/pwa/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "_img/pwa/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "_img/pwa/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "_img/pwa/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}