{
	"name": "مزيز: اكتشف المطاعم حولك",
	"short_name": "مزيز",
	"description": "اكتشف المطاعم حولك",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#0f172a",
	"theme_color": "#3b82f6",
	"orientation": "portrait-primary",
	"lang": "ar",
	"dir": "rtl",
	"scope": "/",
	"icons": [
		{
			"src": "/icon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "/favicon.ico",
			"sizes": "64x64 32x32 24x24 16x16",
			"type": "image/x-icon"
		},
		{
			"src": "/logo192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/logo512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"categories": ["food", "lifestyle"],
	"screenshots": [],
	"shortcuts": [
		{
			"name": "Search Restaurants",
			"short_name": "Search",
			"description": "Find restaurants and menu items",
			"url": "/",
			"icons": [
				{
					"src": "/icon.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		},
		{
			"name": "Today's Deals",
			"short_name": "Deals",
			"description": "Check out the latest offers",
			"url": "/deals",
			"icons": [
				{
					"src": "/icon.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		},
		{
			"name": "My Wishlist",
			"short_name": "Wishlist",
			"description": "View saved items",
			"url": "/wishlist",
			"icons": [
				{
					"src": "/icon.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		}
	]
}
