{
	"name": "MP3 Player",
	"short_name": "MP3 Player",
	"description": "MP3 Web-Player by Ragy (+GEM)",
	"start_url": "./index.php",
	"display": "standalone",
	"background_color": "#f0f2f5",
	"theme_color": "#4CAF50",
	"scope":"./",
	"icons": [
		{
			"src": "icons/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "icons/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "icons/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png"
		},
		{
			"src": "icons/favicon.ico",
			"sizes": "48x48",
			"type": "image/x-icon"
		},
		{
			"src": "icons/favicon-32x32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "icons/favicon-16x16.png",
			"sizes": "16x16",
			"type": "image/png"
		}
	]
}