fix commas in manifest
authorRobert Kaiser <kairo@kairo.at>
Tue, 4 Dec 2012 14:03:51 +0000 (15:03 +0100)
committerRobert Kaiser <kairo@kairo.at>
Tue, 4 Dec 2012 14:03:51 +0000 (15:03 +0100)
manifest.webapp

index e460e5ca7d8bd125413132482827635700f13203..7ced6c2eeaf0e575059c445708c5b63eb5a89459 100644 (file)
@@ -8,9 +8,9 @@
   },
   "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