From: Robert Kaiser Date: Sun, 18 Dec 2011 00:54:27 +0000 (+0100) Subject: fix app manifests X-Git-Tag: production~22 X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=commitdiff_plain;h=93f9cb889e15967e984143bd3b72b59c8d807fb1;hp=6a7aa57d0bffbcea1bb023ceb86dd47d8710214b fix app manifests --- 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