From: Robert Kaiser Date: Sat, 22 Dec 2012 17:08:59 +0000 (+0100) Subject: add a permissions entry to the manifest X-Git-Tag: production~27 X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=commitdiff_plain;h=e3aad29feac447b401e1b5016240826b4c183f60;hp=f5b9d67ff7148a1c3eed923f18000781b97f51e9 add a permissions entry to the manifest --- diff --git a/manifest.webapp b/manifest.webapp index b0661a8..e74b258 100644 --- 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/"