{
	"id": "/",
	"name": "Garage Management",
	"short_name": "Garage",
	"description": "Track, organize, and maintain your entire vehicle collection with ease.",
	"icons": [
		{
			"src": "/images/apple-touch-icon.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/apple-touch-icon.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/images/apple-touch-icon-retina.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/apple-touch-icon-retina.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"start_url": "https://garage.management/",
	"scope": "https://garage.management/",
	"display": "standalone",
	"display_override": ["window-controls-overlay", "standalone"],
	"orientation": "portrait",
	"theme_color": "#000000",
	"background_color": "#000000",
	"lang": "en-US",
	"dir": "ltr",
	"categories": ["productivity", "utilities"],
	"prefer_related_applications": false,
	"shortcuts": [
		{
			"name": "My Garage",
			"url": "/garage",
			"icons": [{ "src": "/images/apple-touch-icon.png", "sizes": "192x192" }]
		},
		{
			"name": "Drive Log",
			"url": "/drive-log",
			"icons": [{ "src": "/images/apple-touch-icon.png", "sizes": "192x192" }]
		}
	]
}