{
	"background_color": "#ff8800",
	"display": "standalone",
	"scope": "/",
	"start_url": "/",
	"name": "The 2023 r/place Atlas",
	"short_name": "r/placeAtlas2023",
	"description": "The atlas for Reddit's r/place event of 2023.",
	"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"
	]
}