diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2017-08-26 16:26:14 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2017-08-26 16:29:27 +0200 |
commit | 8d3b0c4a1695db529c08226610950181d714a481 (patch) | |
tree | 7ca6d1aa6ab57a261bfa24b7fa420ab0f531efbb | |
parent | 7669442ecfc0f476375dd202877bcdbab085b434 (diff) | |
download | hesla-8d3b0c4a1695db529c08226610950181d714a481.tar.gz |
Set the application as "standalone".
https://developer.mozilla.org/en-US/docs/Web/Manifest#display
-rw-r--r-- | hesla.webapp | 1 | ||||
-rw-r--r-- | sworker.js | 2 |
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", @@ -1,4 +1,4 @@ -var version = 'v41 - 2017-01-17'; +var version = 'v43 - 2018-08-26'; var toCache = [ '/', 'index.html', |