From: Robert Kaiser Date: Sun, 18 Dec 2011 00:49:58 +0000 (+0100) Subject: add lantea and mandelbrot apps X-Git-Tag: legacy-preGL~93 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=8383f143c221b9f0faf29aea7b5ac3e0d0aabaae add lantea and mandelbrot apps --- diff --git a/index.html b/index.html new file mode 100644 index 0000000..a84b858 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + Lantea + + + + +

Lantea

+ + + \ No newline at end of file diff --git a/manifest.appcache b/manifest.appcache new file mode 100644 index 0000000..afede5d --- /dev/null +++ b/manifest.appcache @@ -0,0 +1,7 @@ +CACHE MANIFEST + +# / +index.html + +NETWORK: + diff --git a/manifest.webapp b/manifest.webapp new file mode 100644 index 0000000..981779b --- /dev/null +++ b/manifest.webapp @@ -0,0 +1,9 @@ +{ + "name": "Lantea", + "description": "geologger", + "launch_path": "/index.html", + "developer": { + "name": "Robert Kaiser", + "url": "http://www.kairo.at/" + } +} \ No newline at end of file