Welcome to mirror list, hosted at ThFree Co, Russian Federation.

manifest.json « img « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04e77df7a59e11042ef4b509bc0c66b231416474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"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": "standalone"
}