fix app manifests
[mandelbrot-web.git] / manifest.webapp
CommitLineData
6a7aa57d
RK
1{
2 "name": "KaiRo.at Mandelbrot Web",
3 "description": "Mandelbrot web viewer",
4 "launch_path": "/index.html",
5 "developer": {
6 "name": "Robert Kaiser",
7 "url": "http://www.kairo.at/"
8 },
9 "icons": {
93f9cb88
RK
10 "16": "/style/mandelbrotIcon16.png",
11 "32": "/style/mandelbrotIcon32.png"
12 },
13 "installs_allowed_from": [
14 "https://appstore.mozillalabs.com"
15 ]
6a7aa57d 16}