-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifestffos.webapp
More file actions
54 lines (54 loc) · 1.29 KB
/
manifestffos.webapp
File metadata and controls
54 lines (54 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"version": "1.0",
"name": "HikingGuide",
"description": "A guide that will help you in your hikes with maps, tracks and GPS position",
"type": "privileged",
"launch_path": "/hikingguide.html",
"icons":
{
"60": "/hikingguide60.png",
"128": "/hikingguide128.png"
},
"developer":
{
"name": "Igor Leturia",
"url": "http://eibar.org/blogak/e-gorblog"
},
"default_locale": "en",
"locales":
{
"eu":
{
"name": "Ibilaldiak",
"description": "Zure ibilaldietan mapekin, ibilbideekin eta GPS kokapenarekin lagunduko zaituen gidaria"
},
"en":
{
"name": "HikingGuide",
"description": "A guide that will help you in your hikes with maps, tracks and GPS position"
},
"es":
{
"name": "Excursiones",
"description": "Un guía que te ayudará en tus excursiones con mapas, rutas y posición GPS"
},
"fr":
{
"name": "Randonées",
"description": "Un guide que vous aidera dans vos randonnées avec des cartes, itinéraires et position GPS"
}
},
"permissions":
{
"geolocation":
{
"description": "Geolocation necessary to show your position"
},
"device-storage:sdcard":
{
"description": "Necessary to read tracks from SD card",
"access": "readonly"
}
},
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'"
}