-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 790 Bytes
/
manifest.json
File metadata and controls
31 lines (31 loc) · 790 Bytes
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
{
"lang": "en",
"short_name": "HTML5",
"name": "HTML5 For Web Designers",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/apple-touch-icon-57x57-precomposed.png",
"sizes": "57x57",
"type": "image/png"
},
{
"src": "/apple-touch-icon-72x72-precomposed.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/apple-touch-icon-114x114-precomposed.png",
"sizes": "114x114",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#f24114",
"theme_color": "#f24114"
}