Browse Source

update correct manifest

Karl Hudgell 3 weeks ago
parent
commit
23b842a02c
2 changed files with 1 additions and 23 deletions
  1. 0 23
      static/manifest.json
  2. 1 0
      static/site.webmanifest

+ 0 - 23
static/manifest.json

@@ -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"
-        }
-    ]
-}

+ 1 - 0
static/site.webmanifest

@@ -1,6 +1,7 @@
 {
   "name": "kTvManager",
   "short_name": "kTv",
+  "start_url": "/",
   "icons": [
     {
       "src": "/web-app-manifest-192x192.png",