From: Robert Kaiser Date: Sat, 22 Dec 2012 17:07:08 +0000 (+0100) Subject: add appcache path to mandelbrot webapp manifest X-Git-Tag: production~1 X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=commitdiff_plain;h=445d197e25f5765c645a7f740cc5096cfe5fa3e0 add appcache path to mandelbrot webapp manifest --- diff --git a/manifest.webapp b/manifest.webapp index 7ced6c2..2fc9e58 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -2,6 +2,7 @@ "name": "KaiRo.at Mandelbrot Web", "description": "Mandelbrot web viewer", "launch_path": "/index.html", + "appcache_path": "/manifest.appcache", "developer": { "name": "Robert Kaiser", "url": "http://www.kairo.at/"