add appcache path to mandelbrot webapp manifest
[mandelbrot-web.git] / manifest.webapp
1 {
2   "name": "KaiRo.at Mandelbrot Web",
3   "description": "Mandelbrot web viewer",
4   "launch_path": "/index.html",
5   "appcache_path": "/manifest.appcache",
6   "developer": {
7     "name": "Robert Kaiser",
8     "url": "http://www.kairo.at/"
9   },
10   "icons": {
11     "16": "/style/mandelbrotIcon16.png",
12     "32": "/style/mandelbrotIcon32.png",
13     "48": "/style/mandelbrotIcon48.png",
14     "64": "/style/mandelbrotIcon64.png",
15     "128": "/style/mandelbrotIcon128.png"
16   }
17 }