From 3bc67e9c2d0014ad655bad1d7a700670b4753909 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 4 Feb 2015 12:16:24 +0100 Subject: [PATCH] Request firefox app permissions --- manifest.webapp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.webapp b/manifest.webapp index 965eb2f..d17bbfa 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -15,6 +15,15 @@ "name": "The Glowing Bear Authors", "url": "https://github.com/glowing-bear" }, + "permissions": { + "audio-channel-normal" : { + "description" : "Needed to play this app's audio content on the normal channel" + }, + "audio-channel-content" : { + "description" : "Needed to play this app's audio content on the content channel" + }, + "desktop-notification":{} + }, "default_locale": "en", "version": "0.4.4" }