{
	"id": "/",
	"name": "Deeper Ink",
	"short_name": "Deeper Ink",
	"description": "Four minutes of light left. Dive from the sunlit shallows to the ocean floor — eat what you can, and stay off the menu.",
	"lang": "en-US",
	"dir": "ltr",
	"orientation": "portrait",
	"display": "fullscreen",
	"display_override": ["window-controls-overlay", "fullscreen"],
	"start_url": "/",
	"scope": "/",
	"launch_handler": { "client_mode": "focus-existing" },
	"icons": [
		{ "src": "/images/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
		{ "src": "/images/favicon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" },
		{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
		{ "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
		{ "src": "/images/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
		{ "src": "/images/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
	],
	"theme_color": "#0b1730",
	"background_color": "#050b18",
	"categories": ["games", "entertainment"],
	"shortcuts": [
		{
			"name": "Start a Dive",
			"url": "/play",
			"icons": [{ "src": "/images/shortcuts/play.png", "sizes": "192x192", "type": "image/png" }]
		},
		{
			"name": "View Leaderboard",
			"url": "/leaderboard",
			"icons": [{ "src": "/images/shortcuts/leaderboard.png", "sizes": "192x192", "type": "image/png" }]
		}
	]
}
