summaryrefslogtreecommitdiff
path: root/manifest.json
blob: 80e2cf266c81943162e33eb0bb1702deab248dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"name": "Untrack",
	"short_name": "Untrack",
	"description": "Entfernt Tracking Parameter aus der URL",
	"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"
}