{
	"name": "Alerty Platform",
	"short_name": "Alerty",
	"description": "Platformă alerte QR cu Next.js, Supabase și Shadcn UI.",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#18181b",
	"theme_color": "#18181b",
	"orientation": "portrait",
	"scope": "/",
	"prefer_related_applications": false,
	"display_override": ["window-controls-overlay", "standalone"],
	"categories": ["productivity", "utilities"],
	"lang": "ro",
	"dir": "ltr",
	"icons": [
		{
			"src": "/icons/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable any"
		},
		{
			"src": "/icons/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable any"
		},
		{
			"src": "/icons/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png"
		}
	],
	"screenshots": [
		{
			"src": "/icons/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"form_factor": "wide"
		}
	]
}
