From: Robert Kaiser Date: Tue, 4 Dec 2012 14:03:51 +0000 (+0100) Subject: fix commas in manifest X-Git-Tag: production~2 X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=commitdiff_plain;h=6d869819576113c86d8fd776ffd9295369808953 fix commas in manifest --- diff --git a/manifest.webapp b/manifest.webapp index e460e5c..7ced6c2 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -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