diff --git a/static/manifest.json b/static/manifest.json deleted file mode 100644 index 217dc65..0000000 --- a/static/manifest.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "kTvManager", - "short_name": "kTv", - "start_url": "/", - "scope": "/", - "display": "standalone", - "theme_color": "#317EFB", - "background_color": "#317EFB", - "icons": [ - { - "src": "/static/web-app-manifest-192x192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "static/web-app-manifest-512x512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "any maskable" - } - ] -} diff --git a/static/site.webmanifest b/static/site.webmanifest index 7fbf004..dfed3ba 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -1,6 +1,7 @@ { "name": "kTvManager", "short_name": "kTv", + "start_url": "/", "icons": [ { "src": "/web-app-manifest-192x192.png",