atlas/web/manifest.webmanifest

65 lines
1.2 KiB
JSON

{
"background_color": "#ff8800",
"display": "standalone",
"scope": "/",
"start_url": "/",
"name": "The 2022 r/place Atlas",
"short_name": "r/placeAtlas2",
"description": "The atlas for Reddit's r/place event of 2022.",
"icons": [
{
"src": "./_img/pwa/logo-round-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./_img/pwa/logo-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./_img/pwa/logo-round-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./_img/pwa/logo-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"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",
"lang": "en",
"dir": "ltr",
"orientation": "any",
"display_override": [
"minimal-ui",
"standalone",
"browser",
"window-controls-overlay"
],
"categories": [
"navigation"
]
}