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