2022-04-08 16:30:51 +02:00
|
|
|
{
|
2022-07-30 23:25:16 +02:00
|
|
|
"background_color": "#ff8800",
|
|
|
|
"display": "standalone",
|
2022-07-30 21:12:33 +02:00
|
|
|
"scope": "/",
|
|
|
|
"start_url": "/",
|
2022-07-30 23:25:16 +02:00
|
|
|
"name": "The r/place Atlas",
|
|
|
|
"short_name": "r/placeAtlas2",
|
|
|
|
"description": "The atlas for the r/place event of 2022 hosted on Reddit.",
|
2022-07-30 21:12:33 +02:00
|
|
|
"icons": [{
|
2022-07-30 23:25:16 +02:00
|
|
|
"src": "./_img/pwa/logo-round-192x192.png",
|
2022-07-30 21:12:33 +02:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
|
|
|
},
|
|
|
|
{
|
2022-07-30 23:25:16 +02:00
|
|
|
"src": "./_img/pwa/logo-maskable-192x192.png",
|
2022-07-30 21:12:33 +02:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
2022-07-30 23:25:16 +02:00
|
|
|
"src": "./_img/pwa/logo-round-512x512.png",
|
2022-07-30 21:12:33 +02:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
|
|
|
},
|
|
|
|
{
|
2022-07-30 23:25:16 +02:00
|
|
|
"src": "./_img/pwa/logo-maskable-512x512.png",
|
2022-07-30 21:12:33 +02:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
}
|
2022-07-30 23:25:16 +02:00
|
|
|
],
|
|
|
|
"screenshots": [{
|
|
|
|
"src": "./_img/pwa/screenshot-1.png",
|
|
|
|
"sizes": "750x1334",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "./_img/pwa/screenshot-2.png",
|
|
|
|
"sizes": "1280x800",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "./_img/pwa/screenshot-3.png",
|
|
|
|
"sizes": "750x1334",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"theme_color": "#ff8800"
|
2022-07-30 21:12:33 +02:00
|
|
|
}
|