-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
46 lines (46 loc) · 928 Bytes
/
manifest.json
File metadata and controls
46 lines (46 loc) · 928 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"short_name": "Period Tracker",
"name": "Period Tracker",
"icons": [
{
"src": "images/icon96.png",
"sizes": "96x96",
"type": "image/jpeg"
},
{
"src": "images/icon144.png",
"sizes": "144x144",
"type": "image/jpeg"
},
{
"src": "images/icon192.png",
"sizes": "192x192",
"type": "image/jpeg"
},
{
"src": "images/icon256.png",
"sizes": "256x256",
"type": "image/jpeg"
},
{
"src": "images/icon384.png",
"sizes": "384x384",
"type": "image/jpeg"
},
{
"src": "images/icon512.png",
"sizes": "512x512",
"type": "image/jpeg"
},
{
"src": "images/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
}
],
"start_url": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#EEE",
"theme_color": "#0099FF"
}