fix app manifests
[mandelbrot-web.git] / manifest.webapp
index 9028c6f46df54316afa2391d0c0922d5ec29ed16..b01a7771b8420d951d55feb69fca9a973a246cf1 100644 (file)
@@ -7,7 +7,10 @@
     "url": "http://www.kairo.at/"
   },
   "icons": {
-    "16": "style/mandelbrotIcon16.png",
-    "32": "style/mandelbrotIcon32.png"
-  }
+    "16": "/style/mandelbrotIcon16.png",
+    "32": "/style/mandelbrotIcon32.png"
+  },
+  "installs_allowed_from": [
+    "https://appstore.mozillalabs.com"
+  ]
 }
\ No newline at end of file