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: fcecb856614e41a5e4c1a91ef2768645fca8c795 (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": "128x128"
	}, {
		"src": "favicon-mask.svg",
		"type": "image/svg+xml",
		"sizes": "16x16"
	}],
    "display": "standalone"
}