From 027954e27df3b25b3c82d1e6aaff45d56de07ed6 Mon Sep 17 00:00:00 2001 From: ivmartel Date: Tue, 28 May 2019 22:37:15 +0200 Subject: [PATCH] Add favicon. Update icons name. --- favicon.ico | Bin 0 -> 5430 bytes index.html | 1 + manifest.json | 33 +++++++++++------- resources/icons/{dwv-128.png => icon-128.png} | Bin resources/icons/{dwv-16.png => icon-16.png} | Bin resources/icons/{dwv-256.png => icon-256.png} | Bin resources/icons/{dwv-32.png => icon-32.png} | Bin resources/icons/{dwv-512.png => icon-512.png} | Bin resources/icons/{dwv-64.png => icon-64.png} | Bin service-worker.js | 10 +++--- 10 files changed, 26 insertions(+), 18 deletions(-) create mode 100644 favicon.ico rename resources/icons/{dwv-128.png => icon-128.png} (100%) rename resources/icons/{dwv-16.png => icon-16.png} (100%) rename resources/icons/{dwv-256.png => icon-256.png} (100%) rename resources/icons/{dwv-32.png => icon-32.png} (100%) rename resources/icons/{dwv-512.png => icon-512.png} (100%) rename resources/icons/{dwv-64.png => icon-64.png} (100%) diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..f7544b2de05504285de5d7ebe0f43005aea2633e GIT binary patch literal 5430 zcmds5>u*#=6d%N-AK^c+pQIm%fkb1BCPj(CN2<~U`DB6$(i9V-#GqDbMI@-b>T zRHIQ+`5|>PdFrJO?MK7Fn@aw0x)ncUenI!2QGAvD7Vi&zhT-WnmUgXFblt`0E#0R4 z>&bVNd}#a}Y9kx)qttQq%5kNqZR|8&9e5l2QXk{Um1Car2L_vQGV?QfvvDPV*V#w$ zT4Jxn9>MM5hw%OAN!$^BSm`kFwf!o7692brVcdDP#=>%nqbYC3k2;>ZutoXfrNflx z+RUHMBk6{=C`ag{NzL!yVqegVCIMMm^ zwUGC1XiDr+we0lGn0t16=3+~ItU=-GI$a)q!1LQR?ciG5QjQJJ^*34Pw#K*X_w!ti z4O{xR7h&Jsy*iNZrforNaPph}-xj*RY<$1DV7~QTsbj9Gc}|+X1zCH=f$v!38qZFH z;CS)6*|0gb%@v!rc*1pCjHSu@c=o8J@e>rkQ>Ck(H{T1_&zxP!gR1tXrEi=Uv;DGv zegvthVeCvEn5B=kxjXeCzLRyz_Zo|RKgass7py&d{{4J^j6d;N4|BbX?D&4p9}}N8 zEDf!k<&XB)4`uC{^~bZ=sRnfIyU}vvV8zhAGc`YHTZERB5DUbV<8OHpUxxqy literal 0 HcmV?d00001 diff --git a/index.html b/index.html index 5dbaa994..3ca693d5 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + diff --git a/manifest.json b/manifest.json index 27213132..24c8f03a 100644 --- a/manifest.json +++ b/manifest.json @@ -7,29 +7,36 @@ "theme_color": "#3ba22f", "start_url": "/dwv-jqui/demo/trunk/index.html", "scope": "/dwv-jqui/demo/trunk", - "icons": [{ - "src": "resources/icons/dwv-16.png", + "icons": [ + { + "src": "resources/icons/icon-16.png", "sizes": "16x16", "type": "image/png" - }, { - "src": "resources/icons/dwv-32.png", + }, + { + "src": "resources/icons/icon-32.png", "sizes": "32x32", "type": "image/png" - }, { - "src": "resources/icons/dwv-64.png", + }, + { + "src": "resources/icons/icon-64.png", "sizes": "64x64", "type": "image/png" - }, { - "src": "resources/icons/dwv-128.png", + }, + { + "src": "resources/icons/icon-128.png", "sizes": "128x128", "type": "image/png" - }, { - "src": "resources/icons/dwv-256.png", + }, + { + "src": "resources/icons/icon-256.png", "sizes": "256x256", "type": "image/png" - }, { - "src": "resources/icons/dwv-512.png", + }, + { + "src": "resources/icons/icon-512.png", "sizes": "512x512", "type": "image/png" - }] + } + ] } diff --git a/resources/icons/dwv-128.png b/resources/icons/icon-128.png similarity index 100% rename from resources/icons/dwv-128.png rename to resources/icons/icon-128.png diff --git a/resources/icons/dwv-16.png b/resources/icons/icon-16.png similarity index 100% rename from resources/icons/dwv-16.png rename to resources/icons/icon-16.png diff --git a/resources/icons/dwv-256.png b/resources/icons/icon-256.png similarity index 100% rename from resources/icons/dwv-256.png rename to resources/icons/icon-256.png diff --git a/resources/icons/dwv-32.png b/resources/icons/icon-32.png similarity index 100% rename from resources/icons/dwv-32.png rename to resources/icons/icon-32.png diff --git a/resources/icons/dwv-512.png b/resources/icons/icon-512.png similarity index 100% rename from resources/icons/dwv-512.png rename to resources/icons/icon-512.png diff --git a/resources/icons/dwv-64.png b/resources/icons/icon-64.png similarity index 100% rename from resources/icons/dwv-64.png rename to resources/icons/icon-64.png diff --git a/service-worker.js b/service-worker.js index d19c08ea..07155f39 100644 --- a/service-worker.js +++ b/service-worker.js @@ -14,11 +14,11 @@ var urlsToCache = [ './src/appgui.js', './src/register-sw.js', // images - './resources/icons/dwv-16.png', - './resources/icons/dwv-32.png', - './resources/icons/dwv-64.png', - './resources/icons/dwv-128.png', - './resources/icons/dwv-256.png', + './resources/icons/icon-16.png', + './resources/icons/icon-32.png', + './resources/icons/icon-64.png', + './resources/icons/icon-128.png', + './resources/icons/icon-256.png', './resources/help/click.png', './resources/help/double_click.png', './resources/help/mouse_drag.png',