projects
/
lantea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68afcd9
)
add appcache to webapp manifest, add needed permissions.
author
Robert Kaiser
<kairo@kairo.at>
Sun, 16 Dec 2012 14:56:34 +0000
(15:56 +0100)
committer
Robert Kaiser
<kairo@kairo.at>
Sun, 16 Dec 2012 14:56:34 +0000
(15:56 +0100)
manifest.webapp
patch
|
blob
|
blame
|
history
diff --git
a/manifest.webapp
b/manifest.webapp
index ea23068fcb22bc4ec2c96128afc5b08819d43244..6adaac1857f2de8b8549aa673b8599e1a403f6c6 100644
(file)
--- a/
manifest.webapp
+++ b/
manifest.webapp
@@
-2,6
+2,15
@@
"name": "Lantea Maps",
"description": "Display maps and record (GPS) tracks of your location.",
"launch_path": "/index.html",
+ "appcache_path": "/manifest.appcache",
+ "permissions": {
+ "storage": {
+ "description": "Required for saving settings, tracks, and the tile cache.",
+ },
+ "geolocation": {
+ "description": "Required record tracks."
+ }
+ },
"developer": {
"name": "Robert Kaiser",
"url": "http://www.kairo.at/"