Skip to content

Commit 86c0b31

Browse files
-
1 parent 63125b1 commit 86c0b31

15 files changed

+34
-41
lines changed

public/favicon-gray-144.png

119 Bytes
Loading
File renamed without changes.

public/favicon-green-144.png

119 Bytes
Loading
File renamed without changes.

public/favicon-red-144.png

119 Bytes
Loading
File renamed without changes.

public/favicon-yellow-144.png

119 Bytes
Loading
File renamed without changes.

public/serviceworker.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
var VERSION ='20200806.2143';
1+
var VERSION ='20200810.1215';
22
var CACHE_KEY_PREFIX = 'elasticsearch-admin-';
33
var CACHE_KEY = CACHE_KEY_PREFIX + VERSION;
44
var CACHE_FILES = [
5-
'favicon-red.png',
6-
'favicon-yellow.png',
7-
'favicon-green.png',
5+
'favicon-red-64.png',
6+
'favicon-yellow-64.png',
7+
'favicon-green-64.png',
8+
'favicon-gray-64.png',
9+
'favicon-red-144.png',
10+
'favicon-yellow-144.png',
11+
'favicon-green-144.png',
12+
'favicon-gray-144.png',
813
];
914

1015
self.addEventListener('install', function(InstallEvent) {

public/site.webmanifest

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "stephanediondev/elasticsearch-admin",
3+
"short_name": "elasticsearch-admin",
4+
"icons": [
5+
{
6+
"src": "favicon-gray-64.png",
7+
"sizes": "64x64",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "favicon-gray-144.png",
12+
"sizes": "144x144",
13+
"type": "image/png"
14+
}
15+
],
16+
"start_url": ".",
17+
"display": "standalone"
18+
}

0 commit comments

Comments
 (0)