add a short_name so that FxOS versions support that will only display this one in...
[mandelbrot-web.git] / manifest.webapp
CommitLineData
6a7aa57d
RK
1{
2 "name": "KaiRo.at Mandelbrot Web",
1fc86ab6 3 "short_name": "Mandelbrot",
6a7aa57d
RK
4 "description": "Mandelbrot web viewer",
5 "launch_path": "/index.html",
445d197e 6 "appcache_path": "/manifest.appcache",
6a7aa57d
RK
7 "developer": {
8 "name": "Robert Kaiser",
9 "url": "http://www.kairo.at/"
10 },
11 "icons": {
93f9cb88 12 "16": "/style/mandelbrotIcon16.png",
6d869819 13 "32": "/style/mandelbrotIcon32.png",
84009e71 14 "48": "/style/mandelbrotIcon48.png",
6d869819
RK
15 "64": "/style/mandelbrotIcon64.png",
16 "128": "/style/mandelbrotIcon128.png"
68c901ac 17 }
6a7aa57d 18}