From 5e85458936ad1d04c1961b8a300347e6a2e52da9 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 18 Jan 2015 17:31:01 +0100 Subject: [PATCH] added a manifest.appcache file; first draft. --- manifest.appcache | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 manifest.appcache diff --git a/manifest.appcache b/manifest.appcache new file mode 100644 index 0000000..52be307 --- /dev/null +++ b/manifest.appcache @@ -0,0 +1,22 @@ +CACHE MANIFEST +# Version <%=VERSION_PLACEHOLDER=%> + +css/uhr.css +css/uhr-black.css +css/uhr-blue.css +css/uhr-green.css +css/uhr-pink.css +css/uhr-red.css +css/uhr-white.css +css/uhr-yellow.css +dist/jquery.uhr.complete.min.js +dist/libs.min.js +info/index.html +info/info.css +resources/apple-touch-icon-precomposes.png +resources/close.png +resources/favicon.png +resources/settings.png +resources/uhr.woff +index.html +README.md