diff --git a/assets/icons/favicon.ico b/assets/icons/favicon.ico deleted file mode 100644 index 7b0b404..0000000 Binary files a/assets/icons/favicon.ico and /dev/null differ diff --git a/assets/images/favicon-192x192.png b/assets/images/favicon-192x192.png new file mode 100644 index 0000000..33008c3 Binary files /dev/null and b/assets/images/favicon-192x192.png differ diff --git a/assets/images/favicon-512x512.png b/assets/images/favicon-512x512.png new file mode 100644 index 0000000..9e496d2 Binary files /dev/null and b/assets/images/favicon-512x512.png differ diff --git a/assets/images/favicon-96x96.png b/assets/images/favicon-96x96.png new file mode 100644 index 0000000..e8e34ac Binary files /dev/null and b/assets/images/favicon-96x96.png differ diff --git a/assets/images/favicon-apple.png b/assets/images/favicon-apple.png new file mode 100644 index 0000000..daa4966 Binary files /dev/null and b/assets/images/favicon-apple.png differ diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico new file mode 100644 index 0000000..8117ca0 Binary files /dev/null and b/assets/images/favicon.ico differ diff --git a/assets/images/favicon.svg b/assets/images/favicon.svg new file mode 100644 index 0000000..b544030 --- /dev/null +++ b/assets/images/favicon.svg @@ -0,0 +1 @@ +RealFaviconGeneratorhttps://realfavicongenerator.net \ No newline at end of file diff --git a/assets/images/kubeLogo_GIMP.png b/assets/images/kubeLogo_GIMP.png deleted file mode 100644 index 4161068..0000000 Binary files a/assets/images/kubeLogo_GIMP.png and /dev/null differ diff --git a/assets/images/kubeLogo_Transparent_GIMP.png b/assets/images/kubeLogo_Transparent_GIMP.png deleted file mode 100644 index 7a0a485..0000000 Binary files a/assets/images/kubeLogo_Transparent_GIMP.png and /dev/null differ diff --git a/assets/images/kubeLogo_Transparent_GIMP.xcf b/assets/images/transparent.xcf similarity index 100% rename from assets/images/kubeLogo_Transparent_GIMP.xcf rename to assets/images/transparent.xcf diff --git a/assets/images/kubeLogo_GIMP.xcf b/assets/images/white.xcf similarity index 100% rename from assets/images/kubeLogo_GIMP.xcf rename to assets/images/white.xcf diff --git a/html/home.html b/html/home.html index 4cd1448..8c1ac3d 100644 --- a/html/home.html +++ b/html/home.html @@ -4,7 +4,11 @@ Home | Kube - + + + + + diff --git a/html/login.html b/html/login.html index d830d5e..bf06a98 100644 --- a/html/login.html +++ b/html/login.html @@ -4,7 +4,11 @@ Login | Kube - + + + + + diff --git a/html/transport.html b/html/transport.html index c220372..e05bd9b 100644 --- a/html/transport.html +++ b/html/transport.html @@ -4,7 +4,11 @@ Transport | Kube - + + + + + diff --git a/manifest.json b/manifest.json index e5deb8c..6f54831 100644 --- a/manifest.json +++ b/manifest.json @@ -4,11 +4,19 @@ "lang": "en-GB", "icons": [ { - "src": "/", - "type": "image/svg+xml", - "sizes": "512x512" + "src": "/favicon-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/favicon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" } ], + "id": "/", "start_url": "/", "background_color": "#000000",