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

manifest.json « server « resources - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b64fbb9ee345877d23805324fef98433f436b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"name": "Code - OSS",
	"short_name": "Code- OSS",
	"start_url": "/",
	"lang": "en-US",
	"display": "standalone",
	"icons": [
		{
			"src": "code-192.png",
			"type": "image/png",
			"sizes": "192x192"
		},
		{
			"src": "code-512.png",
			"type": "image/png",
			"sizes": "512x512"
		}
	]
}