{
	"name": "Facilitize",
	"short_name": "Facilitize",
	"description": "Run every job from first call to final invoice.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#3858f8",
	"orientation": "portrait-primary",
	"shortcuts": [
		{
			"name": "Dashboard",
			"short_name": "Dashboard",
			"url": "/",
			"icons": [
				{
					"src": "/icons/icon-192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "Work Orders",
			"short_name": "Work Orders",
			"url": "/work-orders",
			"icons": [
				{
					"src": "/icons/icon-192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "Customers",
			"short_name": "Customers",
			"url": "/customers",
			"icons": [
				{
					"src": "/icons/icon-192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		}
	],
	"icons": [
		{
			"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/maskable-icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/maskable-icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}
