{
	"id": "/",
	"scope": "/",
	"name": "Valotalive Player",
	"display": "fullscreen",
	"start_url": "/",
	"short_name": "Valotalive",
	"theme_color": "#F27039",
	"description": "This is the Valotalive player progressive web app. See https://valota.live",
	"orientation": "any",
	"background_color": "#FFFFFF",
	"related_applications": [],
	"prefer_related_applications": false,
	"display_override": ["window-controls-overlay"],
	"launch_handler": {
		"client_mode": "focus-existing"
	},
	"icons": [
		{
			"src": "assets/icons/512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "assets/icons/192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "assets/icons/48x48.png",
			"sizes": "48x48",
			"type": "image/png"
		},
		{
			"src": "assets/icons/24x24.png",
			"sizes": "24x24",
			"type": "image/png"
		}
	],
	"screenshots": [
		{
			"src": "assets/screenshots/screen.png",
			"sizes": "1920x1080",
			"form_factor": "wide",
			"label": "Player",
			"type": "image/png"
		},
		{
			"src": "assets/screenshots/portrait.png",
			"sizes": "1080x1920",
			"label": "Player",
			"type": "image/png"
		}
	],
	"features": [
		"Cross Platform",
		"fast",
		"simple"
	],
	"categories": [
		"social"
	],
	"shortcuts": [
	],
	"permissions": [
		"notifications",
		{
			"fileSystem": ["write"]
		},
		"webview",
		"*://*.valotalive.com/",
		"*://*.valota.live/*",
		"*://*.staging.valota.live/*",
		"*://*.valota.test/*",
		"*://*.tst.vlt.lv/*",
		"http://localhost/",
		"fullscreen",
		"overrideEscFullscreen",
		"unlimitedStorage",
		"system.memory",
		"storage",
		"power",
		"enterprise.deviceAttributes",
		"geolocation",
		"networking.onc"
	],
	"externally_connectable": {
		"matches": [
			"http://localhost/*",
			"http://localhost:*/*",
			"*://*.valotalive.com/*",
			"*://*.valota.live/*",
			"*://*.tst.vlt.lv/*",
			"*://*.valota.test/*"
		]
	},
	"webview": {
		"partitions": [
			{
				"name": "valota",
				"accessible_resources": [""]
			}
		]
	},
	"kiosk_enabled": true,
	"offline_enabled": true,
	"widgets": [
	]
}
