From e49f1b3efe5ed24b008fe3069b677185f26d3cec Mon Sep 17 00:00:00 2001 From: ivmartel Date: Tue, 28 May 2019 22:36:28 +0200 Subject: [PATCH] Add favicon. Update icons name. --- favicon.ico | Bin 0 -> 5430 bytes index.html | 21 +++++------ 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 resources/scripts/manifest.json | 10 +++--- service-worker.js | 10 +++--- 11 files changed, 41 insertions(+), 33 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..058c38597e141a69ac7f08f7592317e367d0e02a GIT binary patch literal 5430 zcmds5TWFj`6rNfkkL^o+5F`sqRrE!C^T8?w#Rv64AG}tipdv*<6veb8cp+Lv`xg2l zl`4wj4Z$=?6H=2lm?n*FlfAmx%irv7cC*>dX0y9Vc5^)6th1T@^Y6d=r$NMl$;{5o zIp4X>ne#`8UE&6@cdy{lC0@Bvi2Xtcm#g~wTVDT+*Y4mop7M$6IuHL!t5jAW&lul) z5WD*NsB!7}JUZr!(JwoB?=d?e^6B$O5}spu??5|w&g|RLjZ24e`Gs>YTk!yG+|xm! z3kR9*rY*FJUv%;rGV_4Uzy)oUek-=3#|SxeT{3gucPrZ23lBBK)_K4lN{^(!djj+s z<7-+@o~1%|isxTZ>aWjftr#ay-_3H2j6YH14Vx+r;&i%lA z{-oUe8H!zfgXaC+y!Ks<9)2;?Cj-a%d><8;eUjcccqheY-lnxejJyN4(o*af@}9j- z^3ds({Ez|o`Sck12KU#nbiLJFmtVIZctpmZlzy<|q1(^wKk!gJIC3A$j(FOP3A6uT z2R(iit<{Ja!&zlJeN^#lMTa%SSR-1+2fDx>uqphCjycw_r_SxvNF+pdj}YNDA%=Gg z(Y4FI;|$J%2DHdCF76L-M?U&Lv|?`h#dPT8$MKoB`mRkKHjK&VR?#uXS~}G8QE}KikjE*8-FetR$46c>$Gh1EcKn>~ArACBiI_LznSbl=v{O8*^LkE520l4w z#zVcb6#tdV>nl{s2W5?e`U|{*BllCKQkHd@r@x&l?c_lLOwKafAxKs z_kGCzouz0yvB;d{2ofOpdlAF@{}6|UDFmNi>0Il%f}mVCIzqs8cHn!9{N`lsrH z5(P&eBzNyV_E(75r}AuZX{I*U_1E#O><_=ehUv%`6dHSk^VaWF%y}eF%u~S=bvmsU zu1Q~`7Dq$;0528zl(6UStk**-y+DS-@jJ!kB$!+@a>~?bUK>z58|*{ z{#ExtAGd1v-d~G)#r!@r}|sHKh54>9n(CY9X-I`Qmxg7(B10&g$?ZL4>M+? z->B27eyP82uu*jK*@pE8@X;F8UybluUB~+h-c=O)zgG2Ut2kEYfDNAZsP(%$Wd|pE z*GuqEJZRq^R=U}(;Z7r_%zT~vMy#suuVyt8WWgEWf~HZNJHgk_B2U6EcrWl~;oU~Z z9BbIa8J*_8K9`SExDEd@pba59%R(F|3DKSvVoz9zwqYT5tKP-`N@%64^BBX-1H8Z! Mynz8M0w%Y=0Ur04B>(^b literal 0 HcmV?d00001 diff --git a/index.html b/index.html index ef66fb86..afd41c52 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + @@ -29,19 +30,19 @@ - - - - - + + + + + - - - - - + + + + + diff --git a/manifest.json b/manifest.json index e1a174b5..88c18e1a 100644 --- a/manifest.json +++ b/manifest.json @@ -7,29 +7,36 @@ "theme_color": "#2F3BA2", "start_url": "/dwv-jqmobile/demo/trunk/index.html", "scope": "/dwv-jqmobile/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/resources/scripts/manifest.json b/resources/scripts/manifest.json index c2b8737e..a776cb60 100644 --- a/resources/scripts/manifest.json +++ b/resources/scripts/manifest.json @@ -13,11 +13,11 @@ } }, "icons": { - "16": "resources/icons/dwv-16.png", - "32": "resources/icons/dwv-32.png", - "64": "resources/icons/dwv-64.png", - "128": "resources/icons/dwv-128.png", - "256": "resources/icons/dwv-256.png" + "16": "resources/icons/icon-16.png", + "32": "resources/icons/icon-32.png", + "64": "resources/icons/icon-64.png", + "128": "resources/icons/icon-128.png", + "256": "resources/icons/icon-256.png" }, "offline_enabled": true, "container": "GOOGLE_DRIVE", diff --git a/service-worker.js b/service-worker.js index b561e1c8..045c7c47 100644 --- a/service-worker.js +++ b/service-worker.js @@ -16,11 +16,11 @@ var urlsToCache = [ './src/google.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/double_tap.png', './resources/help/tap_and_hold.png', './resources/help/tap.png',