-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathmanifest.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "Putu Jhonarendra",
"short_name": "Jhonarendra",
"start_url": "index.html",
"display": "standalone",
"background_color": "#000",
"theme_color": "#000",
"orientation": "portrait-primary",
"icons": [
{
"src": "/apple-touch-icon-57x57.png",
"type": "image/png", "sizes": "57x57"
},
{
"src": "/apple-touch-icon-72x72.png",
"type": "image/png", "sizes": "72x72"
},
{
"src": "/apple-touch-icon-76x76.png",
"type": "image/png", "sizes": "76x76"
},
{
"src": "/apple-touch-icon-114x114.png",
"type": "image/png", "sizes": "114x114"
},
{
"src": "/apple-touch-icon-120x120.png",
"type": "image/png", "sizes": "120x120"
},
{
"src": "/apple-touch-icon-144x144.png",
"type": "image/png", "sizes": "144x144"
},
{
"src": "/apple-touch-icon-152x152.png",
"type": "image/png", "sizes": "152x152"
},
{
"src": "/apple-touch-icon-180x180.png",
"type": "image/png", "sizes": "180x180"
}
]
}