{
	"name": "Filimo School",
	"short_name": "Filimo School",
	"theme_color": "#4d4d4d",
	"background_color": "#ffffff",
	"display": "standalone",
	"orientation": "portrait",
	"scope": "/",
	"start_url": "/",
	"prefer_related_applications": true,
	"icons": [
		{
				"src": "icons/manifest-icon-192.png",
				"sizes": "192x192",
				"type": "image/png",
				"purpose": "maskable any"
		},
		{
				"src": "icons/manifest-icon-512.png",
				"sizes": "512x512",
				"type": "image/png",
				"purpose": "maskable any"
		}
	],
	"splash_pages": [
		{
			"src": "splash/apple-splash-640-1136.jpg",
			"sizes": "640x1136",
			"type": "image/jpg",
			"purpose": "maskable any"
		}
	]
}