forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
57 lines (57 loc) · 1.19 KB
/
manifest.json
File metadata and controls
57 lines (57 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "CodeSandbox",
"short_name": "CodeSandbox",
"icons": [
{
"src": "codesandbox-16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "codesandbox-32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "codesandbox-128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "codesandbox-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "codesandbox-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "codesandbox-1024.png",
"type": "image/png",
"sizes": "1024x1024"
},
{
"src": "apple-touch-icon.png",
"type": "image/png",
"sizes": "57x57"
},
{
"src": "apple-touch-icon-152x152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "apple-touch-icon-180x180.png",
"type": "image/png",
"sizes": "180x180"
}
],
"description": "An online editor tailored for web applications",
"start_url": "/s/?utm_source=homescreen",
"scope": "/s/",
"display": "standalone",
"background_color": "#1C2022",
"theme_color": "#1C2022"
}