From 17967f7dc1c7886c24c37503683d868cd3c55c8b Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Thu, 24 May 2012 14:59:25 +0200 Subject: [PATCH 1/1] 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 7d5d7b5..ea23068 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -11,9 +11,5 @@ "32": "/style/lanteaIcon32.png", "64": "/style/lanteaIcon64.png", "128": "/style/lanteaIcon128.png" - }, - "installs_allowed_from": [ - "https://apps-preview.mozilla.org", - "https://marketplace.mozilla.org" - ] + } } \ No newline at end of file -- 2.35.3