mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-02 21:59:41 +01:00
32 lines
818 B
JSON
32 lines
818 B
JSON
{
|
|
"theme_color": "#f69435",
|
|
"background_color": "#f69435",
|
|
"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/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"
|
|
}
|
|
]
|
|
}
|