forked from mihi-tr/actispy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webapp
More file actions
28 lines (25 loc) · 812 Bytes
/
manifest.webapp
File metadata and controls
28 lines (25 loc) · 812 Bytes
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
{
"name":"Actispy",
"description":"Actispy is an activity tracker to track activities such as running, cycling or hiking.",
"launch_path": "/index.html",
"icons": {
"128": "/images/icon-128.png"
},
"developer": {
"name": "Michael Bauer",
"url": "http://tentacleriot.eu"
},
"permissions": {
"geolocation": {
"description": "Actispy wants to know where you are so you can track speed, pace and distance among others"},
"device-storage:sdcard": {
"description": "Actispy stores data on your sdcard",
"access": "readwrite"}
},
"fullscreen": "true",
"orientation": "portrait",
"type":"privileged",
"version":"0.2-SNAPSHOT",
"default-locale": "en",
"locales": { }
}