forked from LeviMardis/Coffee-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
56 lines (56 loc) · 1.77 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
{
"short_name": "Coffee Timer",
"name": "Coffee Collective Timer",
"icons": [
{
"src": "https://coffeecollectiveapp.com/1024.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://levimardis.github.io/Coffee-App/apple-touch-icon-80x80.png",
"type": "image/png",
"sizes": "80x80"
},
{
"src": "https://levimardis.github.io/Coffee-App/apple-touch-icon-120x120.png",
"type": "image/png",
"sizes": "120x120"
},
{
"src": "https://levimardis.github.io/Coffee-App/apple-touch-icon-114x114.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "https://levimardis.github.io/Coffee-App/apple-touch-icon-152x152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "https://levimardis.github.io/Coffee-App/apple-touch-icon-180x180.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "https://levimardis.github.io/Coffee-App/apple-touch-icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://levimardis.github.io/Coffee-App/apple-touch-icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "https://levimardis.github.io/Coffee-App/images/maskable_icon.png",
"type": "image/png",
"sizes": "180x180",
"purpose": "any maskable"
}
],
"start_url": "index.html",
"background_color": "#13171F",
"display": "standalone",
"theme_color": "#13171F"
}