forked from twpayne/igc2kmz.py
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
91 lines (91 loc) · 2.07 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"id": "/?source=pwa",
"dir": "ltr",
"lang": "en",
"name": "IGC2KMZ - IGC to KMZ converter.",
"display": "standalone",
"start_url": "/?source=pwa",
"short_name": "IGC2KMZ",
"theme_color": "#303638",
"description": "igc2kmz converts paraglider and hang glider track logs into Google Earth KML format with lots of features",
"orientation": "any",
"background_color": "#54535d",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=in.co.cyberorg.igc2kmz",
"id": "in.co.cyberorg.igc2kmz"
}
],
"display_override": [
"window-controls-overlay"
],
"categories": [
"navigation"
],
"share_target": {
"method": "POST",
"action": "/share_target.php",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url",
"files": [
{
"name": "pic",
"accept": [".igc"]
}
]
}
},
"screenshots": [
{
"src": "/s1.jpg"
}
],
"features": [
"Cross Platform",
"Google Earth KML",
"track colored by altitude, climb rate, ground speed and total energy"
],
"icons": [
{
"src": "apple-touch-icon.png",
"sizes": "any",
"type": "image/png",
"purpose": "any"
},
{
"src": "/manifest-icon-512.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/apple-touch-icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"launch_handler": {
"client_mode": "navigate-existing"
},
"edge_side_panel": {},
"shortcuts": [
{
"name": "IGC2KMZ - IGC to KMZ converter.",
"short_name": "IGC2KMZ",
"description": "igc2kmz converts paraglider and hang glider track logs into Google Earth KML format with lots of features",
"url": "/?source=pwa",
"icons": [
{
"src": "/SmallTile.scale-400.png",
"sizes": "284x284"
}
]
}
]
}