diff --git a/html/home.html b/html/home.html index 8c1ac3d..4bf3378 100644 --- a/html/home.html +++ b/html/home.html @@ -4,8 +4,8 @@ Home | Kube - + diff --git a/html/login.html b/html/login.html index bf06a98..cb7bcee 100644 --- a/html/login.html +++ b/html/login.html @@ -4,8 +4,8 @@ Login | Kube - + diff --git a/html/transport.html b/html/transport.html index e05bd9b..9d4b0f3 100644 --- a/html/transport.html +++ b/html/transport.html @@ -4,8 +4,8 @@ Transport | Kube - + diff --git a/manifest.json b/manifest.json index 6f54831..3176981 100644 --- a/manifest.json +++ b/manifest.json @@ -3,20 +3,19 @@ "name": "Kube", "lang": "en-GB", "icons": [ - { - "src": "/favicon-192x192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "/favicon-512x512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" - } - ], - + { + "src": "/assets/images/favicon-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/assets/images/favicon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } +], "id": "/", "start_url": "/", "background_color": "#000000",