add larger icons for mandelbrot and slightly rework the current ones
authorRobert Kaiser <kairo@kairo.at>
Wed, 28 Nov 2012 19:25:29 +0000 (20:25 +0100)
committerRobert Kaiser <kairo@kairo.at>
Wed, 28 Nov 2012 19:25:29 +0000 (20:25 +0100)
manifest.appcache
manifest.webapp
style/mandelbrotIcon128.png [new file with mode: 0644]
style/mandelbrotIcon16.png
style/mandelbrotIcon32.png
style/mandelbrotIcon48.png [new file with mode: 0644]
style/mandelbrotIcon64.png [new file with mode: 0644]

index a1edad61f03e252d8445d4a63b74d5523982bd93..ea5d02c4f15516f78ab2cb45745cf86279087f2c 100644 (file)
@@ -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:
index 22592f1d42db03368afa1f5a8a4c2c1abc664f14..e460e5ca7d8bd125413132482827635700f13203 100644 (file)
@@ -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 (file)
index 0000000..08a6434
Binary files /dev/null and b/style/mandelbrotIcon128.png differ
index 4e22313223b0002b947730e158f5bde8f619eed2..17eeb38426515cf300cb220e78876f2cd38f5e46 100644 (file)
Binary files a/style/mandelbrotIcon16.png and b/style/mandelbrotIcon16.png differ
index 3cfd60b79d203df950228d9ae5e3488a1616eea7..1b9dbc7f11fa8590a406124105d759b0e94ae8cd 100644 (file)
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 (file)
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 (file)
index 0000000..d2d9518
Binary files /dev/null and b/style/mandelbrotIcon64.png differ