-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.webmanifest
More file actions
66 lines (66 loc) · 1.87 KB
/
Copy pathmanifest.webmanifest
File metadata and controls
66 lines (66 loc) · 1.87 KB
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
59
60
61
62
63
64
65
66
{
"id": "MentalHealth",
"name": "Mental Health App",
"short_name": "MentalHealth",
"description": "An app to support mental health and well-being.",
"start_url": "/MentalHealth",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4CAF50",
"orientation": "portrait",
"icons": [
{
"src": "/logo/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logo/512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/345677.png",
"sizes": "637x436",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "Notifikasi",
"short_name": "Notifikasi",
"description": "Notifikasi",
"url": "https://4211421036.github.io/MentalHealth#notifikasiModal",
"icons": [
{
"src": "/MentalHealth/svgs/regular/bell.svg",
"sizes": "131x150"
}
]
},
{
"name": "Histori",
"short_name": "Histori",
"description": "Histori",
"url": "https://4211421036.github.io/MentalHealth#historyModal",
"icons": [
{
"src": "/MentalHealth/svgs/solid/clock-rotate-left.svg",
"sizes": "150x150"
}
]
},
{
"name": "Grafik",
"short_name": "Grafik",
"description": "Grafik Pemantauan",
"url": "https://4211421036.github.io/MentalHealth#graphModal",
"icons": [
{
"src": "/MentalHealth/svgs/solid/chart-line.svg",
"sizes": "150x150"
}
]
}
]
}