{
	"id": "/",
	"name": "Doodling Studio",
	"short_name": "Doodling Studio",
	"description": "A collaborative doodling app for kids of all ages! Draw, color, and play together.",
	"categories": ["kids", "art", "entertainment", "education", "games"],
	"lang": "en",
	"dir": "ltr",
	"start_url": "/",
	"scope": "/",
	"icons": [
		{
			"src": "/images/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/images/apple-touch-icon-retina.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/apple-touch-icon-retina.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Create a New Studio",
			"short_name": "New Studio",
			"description": "Start a brand new doodling room",
			"url": "/?action=create",
			"icons": [
				{
					"src": "/images/shortcuts/new-studio.png",
					"sizes": "192x192",
					"type": "image/png",
					"purpose": "any"
				}
			]
		},
		{
			"name": "Join an Existing Studio",
			"short_name": "Join Studio",
			"description": "Join a doodling room with a code",
			"url": "/?action=join",
			"icons": [
				{
					"src": "/images/shortcuts/join-studio.png",
					"sizes": "192x192",
					"type": "image/png",
					"purpose": "any"
				}
			]
		}
	],
	"launch_handler": {
		"client_mode": "focus-existing"
	},
	"display": "standalone",
	"display_override": ["window-controls-overlay", "standalone"],
	"orientation": "any",
	"theme_color": "#7c3aed",
	"background_color": "#f5f3ff"
}
