{
	"name": "Shipper Client",
	"short_name": "Shipper",
	"description": "Shipper Client Application",

	"id": "/",
	"start_url": "/?source=pwa",
	"scope": "/",

	"display": "standalone",
	"display_override": ["window-controls-overlay", "standalone"],

	"background_color": "#ffffff",
	"theme_color": "#5966f1ff",
	"orientation": "portrait-primary",

	"categories": ["business", "travel"],

	"protocol_handlers": [
		{
			"protocol": "web+auth",
			"url": "/login?target=%s"
		}
	],

	"icons": [
		{
			"src": "/images/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],

	"screenshots": [
		{
			"src": "/screenshots/1.png",
			"sizes": "1280x720",
			"type": "image/png",
			"form_factor": "wide"
		},
		{
			"src": "/screenshots/2.png",
			"sizes": "1280x720",
			"type": "image/png",
			"form_factor": "wide"
		},
		{
			"src": "/screenshots/3.png",
			"sizes": "1280x720",
			"type": "image/png",
			"form_factor": "wide"
		}
	],

	"shortcuts": [
		{
			"name": "My Consignments",
			"short_name": "Consignments",
			"url": "/consignment",
			"icons": [
				{
					"src": "/images/icon-192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Add a consignment",
			"short_name": "Consignments",
			"url": "/consignment/add/origin",
			"icons": [
				{
					"src": "/images/icon-192.png",
					"sizes": "192x192"
				}
			]
		}
	]
}
