From 7e6c7cffe88d8ebbb4d2566bdebe26265505fd4a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Thu, 31 Jan 2013 00:34:32 -0200 Subject: [PATCH] Add cache manifest. --- pomo.appcache | 5 +++++ pomo.webapp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 pomo.appcache diff --git a/pomo.appcache b/pomo.appcache new file mode 100644 index 0000000..4112eae --- /dev/null +++ b/pomo.appcache @@ -0,0 +1,5 @@ +CACHE MANIFEST +# v1 +http://pomo.cascardo.info/index.html +http://pomo.cascardo.info/install.js +http://pomo.cascardo.info/images/*.png diff --git a/pomo.webapp b/pomo.webapp index 197a4ae..1aba89e 100644 --- a/pomo.webapp +++ b/pomo.webapp @@ -10,5 +10,5 @@ "url": "http://cascardo.info/" }, "default_locale": "en", - "appcache_path": "/index.manifest" + "appcache_path": "/pomo.appcache" } -- 2.20.1