remove installs_allowed_from as it defaults to * and we should not restrict this
authorRobert Kaiser <kairo@kairo.at>
Thu, 24 May 2012 12:59:25 +0000 (14:59 +0200)
committerRobert Kaiser <kairo@kairo.at>
Thu, 24 May 2012 12:59:25 +0000 (14:59 +0200)
manifest.webapp

index ca8993fe3edd0a74521fd0f8f45216347c5a47fd..22592f1d42db03368afa1f5a8a4c2c1abc664f14 100644 (file)
@@ -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