forked from nirgn975/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·29 lines (29 loc) · 763 Bytes
/
Copy pathmanifest.json
File metadata and controls
executable file
·29 lines (29 loc) · 763 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
{
"name": "Stories of a Lifelong Student",
"short_name": "Lifelong Student",
"icons": [{
"src": "images/touch/128x128.jpg",
"sizes": "128x128",
"type": "image/jpg"
}, {
"src": "images/touch/144x144.jpg",
"sizes": "144x144",
"type": "image/jpg"
}, {
"src": "images/touch/152x152.jpg",
"sizes": "152x152",
"type": "image/jpg"
}, {
"src": "images/touch/192x192.jpg",
"sizes": "192x192",
"type": "image/jpg"
}, {
"src": "images/touch/512x512.jpg",
"sizes": "512x512",
"type": "image/jpg"
}],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#f0f0f0",
"theme_color": "#f0f0f0"
}