aboutsummaryrefslogtreecommitdiffstats
path: root/core/img/manifest.json
blob: 5d2d7d8a2d2a0e5e7997f58a29ae266a3bdb074c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"name": "Nextcloud",
	"start_url": "../../",
	"icons": [{
		"src": "favicon-touch.png",
		"type": "image/png",
		"sizes": "180x180"
	}, {
		"src": "favicon-mask.svg",
		"type": "image/svg+xml",
		"sizes": "16x16"
	}],
	"display_override": ["minimal-ui"],
    "display": "standalone"
}