-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.webmanifest
56 lines (56 loc) · 1.52 KB
/
manifest.webmanifest
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
47
48
49
50
51
52
53
54
55
56
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Box Breathing",
"short_name": "Box Breathing",
"description": "Box Breathing Animation is an online guide that assists practicing the Box Breathing technique.",
"theme_color": "#131313",
"background_color": "#131313",
"display": "fullscreen",
"icons": [
{
"src": "./icons/icon_512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./icons/icon_256.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./icons/icon_180.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./icons/icon_64.png",
"sizes": "64x64",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./icons/icon_512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./icons/icon_256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./icons/icon_180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "./icons/icon_64.png",
"sizes": "64x64",
"type": "image/png"
}
],
"start_url": "."
}