From 6d869819576113c86d8fd776ffd9295369808953 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 4 Dec 2012 15:03:51 +0100 Subject: [PATCH] fix commas in manifest --- manifest.webapp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.35.3