{
	"id": "/?pwa=bindit",
	"name": "bindIT by Berkley",
	"short_name": "bindIT",
	"description": "Berkley Insurance Australia Broker Portal Platform",
	"categories": [
		"business",
		"finance"
	],
	"prefer_related_applications": false,
	"lang": "en-AU",
	"display": "standalone",
	"theme_color": "#00563f",
	"background_color": "#e3e3e3",
	"scope": "/",
	"start_url": "/",
	"icons": [
		{
			"sizes": "512x512",
			"src": "/assets/favicon-512x512.png",
			"type": "image/png"
		},
		{
			"sizes": "192x192",
			"src": "/assets/favicon-192x192.png",
			"type": "image/png"
		},
		{
			"purpose": "maskable",
			"sizes": "256x256",
			"src": "/assets/maskable-256x256.png",
			"type": "image/png"
		}
	],
	"shortcuts": [
		{
			"name": "bindIT - Open Transactions Dashboard",
			"short_name": "Dashboard",
			"url": "/transactions/dashboard",
			"icons": [
				{
					"sizes": "48x48",
					"src": "/assets/shortcut-dashboard-48x48.png",
					"type": "image/png"
				},
				{
					"sizes": "96x96",
					"src": "/assets/shortcut-dashboard-96x96.png",
					"type": "image/png"
				}
			]
		},
		{
			"name": "bindIT - All Transactions History",
			"short_name": "All Transactions",
			"url": "/transactions/all",
			"icons": [
				{
					"sizes": "48x48",
					"src": "/assets/shortcut-alltransactions-48x48.png",
					"type": "image/png"
				},
				{
					"sizes": "96x96",
					"src": "/assets/shortcut-alltransactions-96x96.png",
					"type": "image/png"
				}
			]
		},
		{
			"name": "bindIT - Client Links in Progress",
			"short_name": "Client Links",
			"url": "/transactions/client-links",
			"icons": [
				{
					"sizes": "48x48",
					"src": "/assets/shortcut-clientlinks-48x48.png",
					"type": "image/png"
				},
				{
					"sizes": "96x96",
					"src": "/assets/shortcut-clientlinks-96x96.png",
					"type": "image/png"
				}
			]
		}
	],
	"screenshots": [
		{
			"src": "/assets/screenshot-dashboard.png",
			"sizes": "768x1025",
			"type": "image/png",
			"form_factor": "narrow"
		},
		{
			"src": "/assets/screenshot-dashboard-wide.png",
			"sizes": "1025x768",
			"type": "image/png",
			"form_factor": "wide"
		}
	],
	"protocol_handlers": [
		{
			"protocol": "web+bindit",
			"url": "/protocol-handler?url=%s"
		}
	]
}
