{
	"name": "Irondome Commander",
	"short_name": "IDC",
	"description": "Can you intercept all incoming missiles? Play the Iron Dome defense simulator — a retro-arcade browser game with real-time alerts.",
	"start_url": "/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#1a1a1a",
	"theme_color": "#7ddf64",
	"icons": [
		{
			"src": "/static/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/static/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/static/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}
