-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
58 lines (58 loc) · 1.2 KB
/
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
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
57
58
{
"name": "Just Breathe",
"short_name": "JustBreathe",
"start_url": "/just-breathe/",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#82307b",
"description": "Focus and Mediation PWA",
"icons": [
{
"src": "icons/[email protected]",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "icons/[email protected]",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
}
],
"screenshots": [
{
"src": "screenshots/mobile-1.jpg",
"sizes": "551x979",
"type": "image/jpeg"
},
{
"src": "screenshots/mobile-2.jpg",
"sizes": "518x922",
"type": "image/jpeg"
},
{
"src": "screenshots/mobile-3.jpg",
"sizes": "518x922",
"type": "image/jpeg"
},
{
"src": "screenshots/tablet-1.jpg",
"sizes": "1270x800",
"type": "image/jpeg",
"form_factor": "wide"
},
{
"src": "screenshots/tablet-2.jpg",
"sizes": "1270x800",
"type": "image/jpeg",
"form_factor": "wide"
}
],
"related_applications": [
{
"platform": "webapp",
"url": "manifest.json"
}
]
}