mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-01 05:09:31 +01:00
65 lines
No EOL
1.3 KiB
JSON
65 lines
No EOL
1.3 KiB
JSON
{
|
|
"background_color": "#ff8800",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"name": "The r/place Atlas",
|
|
"short_name": "r/placeAtlas2",
|
|
"description": "The atlas for the r/place event of 2022 hosted on Reddit.",
|
|
"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"
|
|
]
|
|
} |