summaryrefslogtreecommitdiff
path: root/public/manifest.json
blob: 44dfc3499475116204f9ba33cf6bd9bc5f9839ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"name": "Zeitumstellung",
	"short_name": "Zeitumstellung",
	"description": "Wann wird zur Sommer-/Winterzeit umgestellt?",
	"icons": [{
		"src": "https://iamfabulous.de/favicon.ico"
	}, {
		"src": "/img/paw-144.png",
		"type": "image/png",
		"sizes": "144x144"
	}, {
		"src": "/img/paw-512.png",
		"type": "image/png",
		"sizes": "512x512"
	}],
	"start_url": ".",
	"display": "standalone",
	"background_color": "#171717",
	"theme_color": "#fd8a02"
}