-
-
Notifications
You must be signed in to change notification settings - Fork 104
/
manifest.webmanifest
43 lines (43 loc) · 1.02 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
{
"name": "BusRouter SG",
"short_name": "BusRouter SG",
"description": "Explore bus stops and routes on the map for all bus services in Singapore, with realtime bus arrival times and per-bus-stop passing routes overview.",
"display": "standalone",
"background_color": "#F9F5ED",
"theme_color": "#F9F5ED",
"scope": "/",
"start_url": "/",
"icons": [{
"src": "icons/maskable-icon.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [{
"src": "screenshots/manifest/1.jpg",
"type": "image/jpg",
"sizes": "640x1136"
},
{
"src": "screenshots/manifest/2.jpg",
"type": "image/jpg",
"sizes": "640x1136"
},
{
"src": "screenshots/manifest/3.jpg",
"type": "image/jpg",
"sizes": "640x1136"
}
]
}