atlas/web/manifest.webmanifest

65 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-04-08 16:30:51 +02:00
{
2023-04-01 08:41:15 +02:00
"background_color": "#ff8800",
"display": "standalone",
"scope": "/",
"start_url": "/",
"name": "The 2022 r/place Atlas",
2023-04-01 08:41:15 +02:00
"short_name": "r/placeAtlas2",
"description": "The atlas for Reddit's r/place event of 2022.",
2023-04-01 08:41:15 +02:00
"icons": [
{
2023-04-01 10:56:52 +02:00
"src": "./_img/pwa/logo-round-192x192.png",
2023-04-01 08:41:15 +02:00
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
2023-04-01 10:56:52 +02:00
"src": "./_img/pwa/logo-maskable-192x192.png",
2023-04-01 08:41:15 +02:00
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
2023-04-01 10:56:52 +02:00
"src": "./_img/pwa/logo-round-512x512.png",
2023-04-01 08:41:15 +02:00
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
2023-04-01 10:56:52 +02:00
"src": "./_img/pwa/logo-maskable-512x512.png",
2023-04-01 08:41:15 +02:00
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
2023-04-01 10:56:52 +02:00
"src": "./_img/pwa/screenshot-1.png",
2023-04-01 08:41:15 +02:00
"sizes": "750x1334",
"type": "image/png"
},
{
2023-04-01 10:56:52 +02:00
"src": "./_img/pwa/screenshot-2.png",
2023-04-01 08:41:15 +02:00
"sizes": "1280x800",
"type": "image/png"
},
{
2023-04-01 10:56:52 +02:00
"src": "./_img/pwa/screenshot-3.png",
2023-04-01 08:41:15 +02:00
"sizes": "750x1334",
"type": "image/png"
}
],
"theme_color": "#ff8800",
"lang": "en",
"dir": "ltr",
"orientation": "any",
"display_override": [
"minimal-ui",
"standalone",
"browser",
"window-controls-overlay"
],
"categories": [
"navigation"
]
2022-07-30 21:12:33 +02:00
}