gh-pages
antelle 3 years ago
parent 241ea7ade8
commit 0d288881f9
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE

File diff suppressed because one or more lines are too long

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

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

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

Loading…
Cancel
Save