-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 1.05 KB
/
manifest.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "Satu Ramadhan",
"short_name": "Satu Ramadhan",
"description": "Aplikasi jadwal sholat dan imsak Ramadhan yang akurat berdasarkan lokasi GPS dengan metode Kemenag RI",
"start_url": "./index.html",
"scope": "./",
"id": "/saturamadhan/",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#0f4c5c",
"background_color": "#0a3540",
"lang": "id",
"dir": "ltr",
"categories": [
"lifestyle",
"utilities"
],
"icons": [
{
"src": "./assets/favicon/favicon.webp",
"sizes": "192x192",
"type": "image/webp",
"purpose": "any"
},
{
"src": "./assets/favicon/favicon.webp",
"sizes": "192x192",
"type": "image/webp",
"purpose": "maskable"
},
{
"src": "./assets/favicon/favicon.webp",
"sizes": "512x512",
"type": "image/webp",
"purpose": "any"
}
],
"prefer_related_applications": false
}