From 736c52cf2e35935b279703933888292df4476dfd Mon Sep 17 00:00:00 2001 From: Jacques-Etienne Beaudet Date: Mon, 6 Feb 2017 20:22:12 -0500 Subject: [PATCH] Fix permissions asked --- manifest.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 22da393..80b67e7 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "manifest_version": 2, "name": "ChRomeTC", - "description": "Get the real time delay before the next bus arrives.", - "version": "1.0", + "description": "Get the realtime delay before the next RTC bus arrives.", + "version": "1.0.1", "homepage_url": "https://github.com/jebeaudet/ChRomeTC", @@ -20,8 +20,6 @@ }, "permissions": [ - "storage", - "http://*/*", - "https://*/*" + "storage" ] } \ No newline at end of file