From 445d197e25f5765c645a7f740cc5096cfe5fa3e0 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 22 Dec 2012 18:07:08 +0100 Subject: [PATCH] add appcache path to mandelbrot webapp manifest --- manifest.webapp | 1 + 1 file changed, 1 insertion(+) 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/" -- 2.35.3