add a short_name so that FxOS versions support that will only display this one in...
[mandelbrot-web.git] / manifest.webapp
index 9028c6f46df54316afa2391d0c0922d5ec29ed16..de3c9279f1e8fad1b979a6e305e97eb7613e3cd7 100644 (file)
@@ -1,13 +1,18 @@
 {
   "name": "KaiRo.at Mandelbrot Web",
+  "short_name": "Mandelbrot",
   "description": "Mandelbrot web viewer",
   "launch_path": "/index.html",
+  "appcache_path": "/manifest.appcache",
   "developer": {
     "name": "Robert Kaiser",
     "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