From: Robert Kaiser Date: Wed, 28 Nov 2012 19:25:29 +0000 (+0100) Subject: add larger icons for mandelbrot and slightly rework the current ones X-Git-Tag: production~5 X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=commitdiff_plain;h=84009e712b346811f4acbc094338237e91da0a94;hp=631f049edad11c950879b8fe5ddd014de1f3d506 add larger icons for mandelbrot and slightly rework the current ones --- diff --git a/manifest.appcache b/manifest.appcache index a1edad6..ea5d02c 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,12 +1,15 @@ CACHE MANIFEST -# 2012-11-09 +# 2012-11-28 manifest.webapp js/mandelbrot.js style/initial-overview.png style/mandelbrot.css style/mandelbrotIcon16.png style/mandelbrotIcon32.png +style/mandelbrotIcon48.png +style/mandelbrotIcon64.png +style/mandelbrotIcon128.png style/plain-overview.png NETWORK: diff --git a/manifest.webapp b/manifest.webapp index 22592f1..e460e5c 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -9,5 +9,8 @@ "icons": { "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 diff --git a/style/mandelbrotIcon128.png b/style/mandelbrotIcon128.png new file mode 100644 index 0000000..08a6434 Binary files /dev/null and b/style/mandelbrotIcon128.png differ diff --git a/style/mandelbrotIcon16.png b/style/mandelbrotIcon16.png index 4e22313..17eeb38 100644 Binary files a/style/mandelbrotIcon16.png and b/style/mandelbrotIcon16.png differ diff --git a/style/mandelbrotIcon32.png b/style/mandelbrotIcon32.png index 3cfd60b..1b9dbc7 100644 Binary files a/style/mandelbrotIcon32.png and b/style/mandelbrotIcon32.png differ diff --git a/style/mandelbrotIcon48.png b/style/mandelbrotIcon48.png new file mode 100644 index 0000000..b021f83 Binary files /dev/null and b/style/mandelbrotIcon48.png differ diff --git a/style/mandelbrotIcon64.png b/style/mandelbrotIcon64.png new file mode 100644 index 0000000..d2d9518 Binary files /dev/null and b/style/mandelbrotIcon64.png differ