{
	"name": "Local Selling",
	"short_name": "LocalSelling",
	"description": "Local Selling - Your local marketplace",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#39ac99",
	"orientation": "portrait-primary",
	"icons": [
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icon-192-maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icon-512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"splash_screens": [
		{
			"src": "/splash.png",
			"sizes": "1170x2532",
			"type": "image/png",
			"form_factor": "narrow"
		}
	],
	"categories": ["lifestyle", "shopping"],
	"shortcuts": [
		{
			"name": "Home",
			"short_name": "Home",
			"description": "Go to home page",
			"url": "/",
			"icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
		}
	]
}
