{
	"name": "Zene — Entertainment, made personal",
	"short_name": "Zene",
	"description": "Music, podcasts, movies and more — everything you love in one place.",
	"id": "/",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
	"orientation": "any",
	"background_color": "#030814",
	"theme_color": "#030814",
	"dir": "ltr",
	"lang": "en",
	"categories": ["music", "entertainment"],
	"prefer_related_applications": false,
	"icons": [
		{
			"src": "/zene_app_icon_192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/zene_app_icon_512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/zene_white_icon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any"
		}
	],
	"shortcuts": [
		{
			"name": "Music",
			"short_name": "Music",
			"description": "Jump straight to your music feed",
			"url": "/music",
			"icons": [
				{
					"src": "/icons/music.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		},
		{
			"name": "Search",
			"short_name": "Search",
			"description": "Search across Zene",
			"url": "/search",
			"icons": [
				{
					"src": "/icons/search.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		},
		{
			"name": "Library",
			"short_name": "Library",
			"description": "Open your library",
			"url": "/library",
			"icons": [
				{
					"src": "/icons/library.svg",
					"sizes": "any",
					"type": "image/svg+xml"
				}
			]
		}
	]
}
