{
	"name": "PandaPicks",
	"short_name": "PandaPicks",
	"description": "Community-powered deals platform — discover, share and vote on the best UK deals.",
	"start_url": "/deals",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#f97316",
	"orientation": "portrait-primary",
	"icons": [
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Browse Deals",
			"url": "/deals",
			"description": "See the latest deals"
		},
		{
			"name": "Post a Deal",
			"url": "/posts/new",
			"description": "Share a new deal with the community"
		}
	],
	"categories": [
		"shopping",
		"lifestyle"
	]
}