From 6837633d0310c88eb1dfc0d6b3764c9b64391763 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 18 Dec 2011 01:56:11 +0100 Subject: [PATCH] put correct sites into app manifests --- manifest.webapp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.webapp b/manifest.webapp index b01a777..24c8e35 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -11,6 +11,7 @@ "32": "/style/mandelbrotIcon32.png" }, "installs_allowed_from": [ - "https://appstore.mozillalabs.com" + "https://apps-preview.mozilla.org", + "https://apps.mozilla.org" ] } \ No newline at end of file -- 2.35.3