This commit is contained in:
antelle 2020-04-03 21:37:31 +02:00
parent 241ea7ade8
commit 0d288881f9
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
CACHE MANIFEST CACHE MANIFEST
# 2019-11-06:v1.12.3 # 2020-04-03:v1.13.0
# updmin:v6.0.2 # updmin:v8.0.0
NETWORK: NETWORK:
* *

View File

@ -2,8 +2,8 @@
"name": "KeeWeb", "name": "KeeWeb",
"short_name": "KeeWeb", "short_name": "KeeWeb",
"description": "Free cross-platform password manager compatible with KeePass", "description": "Free cross-platform password manager compatible with KeePass",
"start_url": "./",
"display": "standalone", "display": "standalone",
"orientation": "any",
"theme_color": "#6386ec", "theme_color": "#6386ec",
"background_color": "#6386ec", "background_color": "#6386ec",
"icons": [ "icons": [

View File

@ -1,4 +1,4 @@
const VERSION = '1.12.3'; const VERSION = '1.13.0';
self.addEventListener('install', event => self.addEventListener('install', event =>
event.waitUntil( event.waitUntil(