From 93f9cb889e15967e984143bd3b72b59c8d807fb1 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 18 Dec 2011 01:54:27 +0100 Subject: [PATCH 1/1] fix app manifests --- manifest.webapp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 9028c6f..b01a777 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -7,7 +7,10 @@ "url": "http://www.kairo.at/" }, "icons": { - "16": "style/mandelbrotIcon16.png", - "32": "style/mandelbrotIcon32.png" - } + "16": "/style/mandelbrotIcon16.png", + "32": "/style/mandelbrotIcon32.png" + }, + "installs_allowed_from": [ + "https://appstore.mozillalabs.com" + ] } \ No newline at end of file -- 2.35.3