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: legacy-preGL~69 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=17967f7dc1c7886c24c37503683d868cd3c55c8b;hp=3605105eff4be88e73dbfcf3e30fa82bff9abbd5;ds=sidebyside remove installs_allowed_from as it defaults to * and we should not restrict this --- 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