From: Robert Kaiser Date: Thu, 24 May 2012 12:59:25 +0000 (+0200) Subject: remove installs_allowed_from as it defaults to * and we should not restrict this X-Git-Tag: production~15 X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=commitdiff_plain;h=68c901acbf216bf996c1911f6643760ebd26d199;ds=inline remove installs_allowed_from as it defaults to * and we should not restrict this --- diff --git a/manifest.webapp b/manifest.webapp index ca8993f..22592f1 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -9,9 +9,5 @@ "icons": { "16": "/style/mandelbrotIcon16.png", "32": "/style/mandelbrotIcon32.png" - }, - "installs_allowed_from": [ - "https://apps-preview.mozilla.org", - "https://marketplace.mozilla.org" - ] + } } \ No newline at end of file