forked from nrenner/brouter-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
42 lines (42 loc) · 1.16 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
{
"short_name": "BRouter-Web",
"name": "BRouter routing web client",
"description": "Frontend for BRouter routing engine based on OpenStreetMap",
"icons": [
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "icon-192-maskable.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "icon-512-maskable.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": "/",
"background_color": "#343a40",
"display": "standalone",
"scope": "/",
"theme_color": "#343a40",
"lang": "en-US",
"orientation": "portrait-primary",
"categories": ["entertainment", "sports"],
"screenshots": [
"https://user-images.githubusercontent.com/1451988/83979926-1f6d8c80-a912-11ea-8f21-b2ed60963501.gif"
]
}