save and load prefs correctly by creating a sync variant to deal with them (via init...
[mandelbrot-web.git] / manifest.webapp
index e460e5ca7d8bd125413132482827635700f13203..2fc9e585152567639af351d0435c3ff74f71efbf 100644 (file)
@@ -2,15 +2,16 @@
   "name": "KaiRo.at Mandelbrot Web",
   "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"
+    "32": "/style/mandelbrotIcon32.png",
     "48": "/style/mandelbrotIcon48.png",
-    "64": "/style/mandelbrotIcon64.png"
-    "128": "/style/mandelbrotIcon128.png",
+    "64": "/style/mandelbrotIcon64.png",
+    "128": "/style/mandelbrotIcon128.png"
   }
 }
\ No newline at end of file