﻿{
	"name": "Rock School",
	"short_name": "Rock School",
	"description": "Веб-застосунок Rock School",
	"id": "/?source=pwa",
	"start_url": "/?source=pwa",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#ffffff",
	"theme_color": "#B2B2B2",
	"related_applications": [
	{
		"platform": "webapp",
		"url": "/manifest.json",
		"id": "/?source=pwa"
	}
	],
	"prefer_related_applications": false,
	"icons": [
		{
			"src": "/assets/icons/pwa/pwa-icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/assets/icons/pwa/pwa-icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		}
	]
}
