X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=blobdiff_plain;f=manifest.webapp;h=de3c9279f1e8fad1b979a6e305e97eb7613e3cd7;hp=b01a7771b8420d951d55feb69fca9a973a246cf1;hb=HEAD;hpb=93f9cb889e15967e984143bd3b72b59c8d807fb1 diff --git a/manifest.webapp b/manifest.webapp index b01a777..de3c927 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,16 +1,18 @@ { "name": "KaiRo.at Mandelbrot Web", + "short_name": "Mandelbrot", "description": "Mandelbrot web viewer", "launch_path": "/index.html", + "appcache_path": "/manifest.appcache", "developer": { "name": "Robert Kaiser", "url": "http://www.kairo.at/" }, "icons": { "16": "/style/mandelbrotIcon16.png", - "32": "/style/mandelbrotIcon32.png" - }, - "installs_allowed_from": [ - "https://appstore.mozillalabs.com" - ] + "32": "/style/mandelbrotIcon32.png", + "48": "/style/mandelbrotIcon48.png", + "64": "/style/mandelbrotIcon64.png", + "128": "/style/mandelbrotIcon128.png" + } } \ No newline at end of file