From e3aad29feac447b401e1b5016240826b4c183f60 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 22 Dec 2012 18:08:59 +0100 Subject: [PATCH] add a permissions entry to the manifest --- manifest.webapp | 5 +++++ 1 file changed, 5 insertions(+) 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/" -- 2.35.3