projects
/
tricorder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b9d67
)
add a permissions entry to the manifest
author
Robert Kaiser
<kairo@kairo.at>
Sat, 22 Dec 2012 17:08:59 +0000
(18:08 +0100)
committer
Robert Kaiser
<kairo@kairo.at>
Sat, 22 Dec 2012 17:08:59 +0000
(18:08 +0100)
manifest.webapp
patch
|
blob
|
blame
|
history
diff --git
a/manifest.webapp
b/manifest.webapp
index b0661a8b6839ab549982d9f01c16e7ace33e177f..e74b2580eaac2e0ef5c1b5eca112d02452e99561 100644
(file)
--- a/
manifest.webapp
+++ b/
manifest.webapp
@@
-2,6
+2,11
@@
"name": "Tricorder",
"description": "Display data from your device sensors in Star Trek style.",
"launch_path": "/index.html",
+ "permissions": {
+ "geolocation": {
+ "description": "Determine the global position to display in the tricorder."
+ }
+ },
"developer": {
"name": "Robert Kaiser",
"url": "http://www.kairo.at/"