From 68c901acbf216bf996c1911f6643760ebd26d199 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Thu, 24 May 2012 14:59:25 +0200 Subject: [PATCH] remove installs_allowed_from as it defaults to * and we should not restrict this --- manifest.webapp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.35.3