diff options
-rw-r--r-- | hesla.webapp | 2 | ||||
-rw-r--r-- | manifest.json | 5 | ||||
-rw-r--r-- | sworker.js | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/hesla.webapp b/hesla.webapp index 6084995..705ab03 100644 --- a/hesla.webapp +++ b/hesla.webapp @@ -8,7 +8,7 @@ "60": "/icon-60.png", "128": "/icon-128.png" }, - "launch_path": "/index.html", + "launch_path": "/", "developer": { "name": "Matěj Cepl", "url": "http://matej.ceplovi.cz" diff --git a/manifest.json b/manifest.json index 5bfc9d1..88dfa27 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name": "Hesla JB", "short_name": "Hesla", + "name": "Hesla JB", "icons": [ { "src": "/icon-192.png", @@ -20,6 +20,7 @@ ], "theme_color": "#ffffff", "background_color": "#ffffff", - "display": "standalone", + "lang": "cs-CZ", + "display": "standalone", "start_url": "/" } @@ -1,4 +1,4 @@ -var VERSION = 'v69 - 2024-08-22'; +var VERSION = 'v70 - 2024-09-10'; var toCache = [ '/', 'activePage.js', @@ -8,7 +8,6 @@ var toCache = [ 'favicon.ico', 'hesla.js', 'hesla.js.map', - 'hesla.webapp', 'android-chrome-192x192.png', 'android-chrome-512x512.png', 'apple-touch-icon.png', |