generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
30 lines (30 loc) · 885 Bytes
/
manifest.json
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
{
"name": "Zengarden",
"short_name": "zengarden",
"icons": [{
"src": "/zengarden/assets/media/img/favicon_io/zenapple.png",
"sizes": "180x180",
"type": "image/png"
}, {
"src": "/zengarden/assets/media/img/favicon_io/zen192x192.png",
"sizes": "192x192",
"type": "image/png"
},{
"src": "/zengarden/assets/media/img/favicon_io/maskable_icon.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
}, {
"src": "/zengarden/assets/media/img/favicon_io/zen512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"lang": "en-US",
"description": "Find time to meditate and track your progress",
"start_url": "/zengarden/index.html",
"scope": "/zengarden/",
"display": "standalone",
"background_color": "grey",
"theme_color": "#ff6000",
"orientation": "portrait"
}