forked from bopjesvla/hitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
37 lines (37 loc) · 871 Bytes
/
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
{
"background_color": "#ffffff",
"description": "Find hitchhiking spots and add new spots you discovered to the map. Over 20,000 spots were added already!",
"dir": "ltr",
"display": "standalone",
"name": "Hitchmap",
"orientation": "any",
"scope": "/",
"short_name": "Hitchmap",
"start_url": "/",
"theme_color": "#ffffff",
"categories": [
"navigation",
"travel"
],
"screenshots": [],
"icons": [
{
"src": "https://hitchmap.com/icon.png",
"sizes": "1024x1024 512x512 256x256 128x128 96x96 48x48"
}
],
"shortcuts": [
{
"name": "Hitchmap",
"url": "https://hitchmap.com",
"icons": [
{
"src": "https://hitchmap.com/icon.png",
"sizes": "512x512 256x256 128x128 96x96 48x48"
}
],
"description": "Hitchmap"
}
],
"lang": "en"
}