summaryrefslogtreecommitdiff
path: root/frontend/delta/properties/manifest.appcache
Side-by-side diff
Diffstat (limited to 'frontend/delta/properties/manifest.appcache') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/delta/properties/manifest.appcache20
1 files changed, 20 insertions, 0 deletions
diff --git a/frontend/delta/properties/manifest.appcache b/frontend/delta/properties/manifest.appcache
new file mode 100644
index 0000000..edebcc1
--- a/dev/null
+++ b/frontend/delta/properties/manifest.appcache
@@ -0,0 +1,20 @@
+CACHE MANIFEST
+# 2013-10-01:v0.0.1
+
+CACHE:
+# - Explicitly cached 'master entries'.
+index.html
+
+NETWORK:
+# - Resources that require the user to be online.
+#login.php
+#/myapi
+#http://api.twitter.com
+
+FALLBACK:
+# - static.html will be served if main.py is inaccessible
+# - offline.jpg will be served in place of all images in images/large/
+# - offline.html will be served in place of all other .html files
+# /main.py /static.html
+# images/large/ images/offline.jpg
+# *.html /offline.html \ No newline at end of file