aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-08-26 16:26:14 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-08-26 16:29:27 +0200
commit8d3b0c4a1695db529c08226610950181d714a481 (patch)
tree7ca6d1aa6ab57a261bfa24b7fa420ab0f531efbb
parent7669442ecfc0f476375dd202877bcdbab085b434 (diff)
downloadhesla-8d3b0c4a1695db529c08226610950181d714a481.tar.gz
Set the application as "standalone".
https://developer.mozilla.org/en-US/docs/Web/Manifest#display
-rw-r--r--hesla.webapp1
-rw-r--r--sworker.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/hesla.webapp b/hesla.webapp
index 2aa6500..33ea2a9 100644
--- a/hesla.webapp
+++ b/hesla.webapp
@@ -2,6 +2,7 @@
"version": "0.4.1",
"name": "Hesla",
"description": "Display today's Hesla (Losungen, Watchwords) from Bible.",
+ "display": "standalone",
"icons": {
"30": "/icon-30.png",
"60": "/icon-60.png",
diff --git a/sworker.js b/sworker.js
index 29672d0..179f2d6 100644
--- a/sworker.js
+++ b/sworker.js
@@ -1,4 +1,4 @@
-var version = 'v41 - 2017-01-17';
+var version = 'v43 - 2018-08-26';
var toCache = [
'/',
'index.html',