From 53338320de9e6c66a4d4e1bfff2dd736fdc7f605 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Thu, 7 Nov 2024 18:09:21 +0000 Subject: [PATCH] updated manifest --- static/manifest.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index d77aea2..217dc65 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,29 +1,23 @@ { - "name": "KTVManager", - "short_name": "KTV", - "start_url": "https://tv-ui.k-world.me.uk/", + "name": "kTvManager", + "short_name": "kTv", + "start_url": "/", "scope": "/", "display": "standalone", "theme_color": "#317EFB", "background_color": "#317EFB", "icons": [ { - "src": "/static/icons/android-launchericon-144-144.png", - "sizes": "144x144", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "/static/icons/android-launchericon-192-192.png", + "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { - "src": "/static/icons/android-launchericon-512-512.png", + "src": "static/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ] -} \ No newline at end of file +}