{
	"name": "Batterlicious - Fresh Batters & Chutneys",
	"short_name": "Batterlicious",
	"description": "Order fresh South Indian batters and chutneys for home delivery",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#10b981",
	"orientation": "portrait-primary",
	"scope": "/",
	"lang": "en-IN",
	"dir": "ltr",
	"categories": ["food", "shopping"],
	"icons": [
		{
			"src": "/icons/icon-96x96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512x512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Browse Products",
			"short_name": "Browse",
			"description": "Browse available products",
			"url": "/app/dashboard",
			"icons": [
				{
					"src": "/icons/icon-96x96.png",
					"sizes": "96x96",
					"type": "image/png"
				}
			]
		},
		{
			"name": "My Orders",
			"short_name": "Orders",
			"description": "View your orders",
			"url": "/app/orders",
			"icons": [
				{
					"src": "/icons/icon-96x96.png",
					"sizes": "96x96",
					"type": "image/png"
				}
			]
		},
		{
			"name": "Shopping Cart",
			"short_name": "Cart",
			"description": "View your cart",
			"url": "/app/cart",
			"icons": [
				{
					"src": "/icons/icon-96x96.png",
					"sizes": "96x96",
					"type": "image/png"
				}
			]
		}
	],
	"prefer_related_applications": false
}
