{
	"name": "Random Pokémon Generator - Generate Random Pokémon Teams",
	"short_name": "Pokémon Generator",
	"description": "Generate random Pokémon teams based on region, type, evolution stage, and more. Perfect for Nuzlocke challenges, team building, and Pokémon games.",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#e3350d",
	"orientation": "portrait-primary",
	"scope": "/",
	"lang": "en",
	"categories": ["games", "utilities"],
	"icons": [
		{ "src": "/favicon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
		{ "src": "/favicon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" }
	],
	"shortcuts": [
		{
			"name": "Generate Team",
			"short_name": "Generate",
			"description": "Generate a random Pokémon team",
			"url": "/?generate=true",
			"icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
		}
	]
}