From a868a936af7f875488f0989223c87ef1f193d0c3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Aug 2017 13:32:23 +0300 Subject: [PATCH] stub progressive web app... Signed-off-by: Alex A. Naanou --- manifest.json | 6 ++++++ pwiki.appcache | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100755 manifest.json create mode 100755 pwiki.appcache diff --git a/manifest.json b/manifest.json new file mode 100755 index 0000000..538c9ac --- /dev/null +++ b/manifest.json @@ -0,0 +1,6 @@ +{ + "short_name": "pWiki", + "name": "Portable Wiki", + "display": "standalone", + "Theme_color": "white" +} diff --git a/pwiki.appcache b/pwiki.appcache new file mode 100755 index 0000000..e56c154 --- /dev/null +++ b/pwiki.appcache @@ -0,0 +1,16 @@ +CACHE MANIFEST +# Timestamp: 20170820133038 + +CACHE: +lib/*.js +ext-lib/*.js +*.js +css/*.css +css/fonts/Open_Sans/*.ttf +index.html +index2.html +manifest.json + +NETWORK: +* +