{
	"id": "/",
	"name": "Mobiqo",
	"short_name": "Mobiqo",
	"description": "Predictive mobile analytics for iOS and Android.",
	"start_url": "/app/dashboard",
	"scope": "/",
	"display": "standalone",
	"display_override": ["standalone", "browser"],
	"orientation": "any",
	"background_color": "#ffffff",
	"theme_color": "#ffffff",
	"lang": "en",
	"dir": "ltr",
	"categories": ["business", "productivity", "finance"],
	"prefer_related_applications": false,
	"handle_links": "preferred",
	"launch_handler": {
		"client_mode": "navigate-existing"
	},
	"icons": [
		{
			"src": "/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Dashboard",
			"short_name": "Dashboard",
			"description": "Open your Mobiqo dashboard",
			"url": "/app/dashboard",
			"icons": [
				{
					"src": "/icons/icon-192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		}
	]
}
