From 8383f143c221b9f0faf29aea7b5ac3e0d0aabaae Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 18 Dec 2011 01:49:58 +0100 Subject: [PATCH] add lantea and mandelbrot apps --- index.html | 13 +++++++++++++ manifest.appcache | 7 +++++++ manifest.webapp | 9 +++++++++ 3 files changed, 29 insertions(+) create mode 100644 index.html create mode 100644 manifest.appcache create mode 100644 manifest.webapp 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 -- 2.35.3