fix commas in manifest
[mandelbrot-web.git] / manifest.webapp
index 9028c6f46df54316afa2391d0c0922d5ec29ed16..7ced6c2eeaf0e575059c445708c5b63eb5a89459 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",
+    "48": "/style/mandelbrotIcon48.png",
+    "64": "/style/mandelbrotIcon64.png",
+    "128": "/style/mandelbrotIcon128.png"
   }
 }
\ No newline at end of file