From 479c280c18416609cc82f64368c57743a0d9fe47 Mon Sep 17 00:00:00 2001 From: chrishtu Date: Thu, 27 Jun 2024 09:35:16 +0700 Subject: [PATCH] Update manifest.webmanifest Make PWA work --- manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.webmanifest b/manifest.webmanifest index 2744451d..c1c74f4b 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1 +1 @@ -{"name":"Windows 11 WebUI Clone","short_name":"W11 UI","start_url":"index.html","display":"fullscreen","background_color":"#ffffff","lang":"en","scope":"","theme_color":"#000000","icons":[{"src":"icon-192.png","sizes":"192x192","type":"image/png"},{"src":"icon-512.png","sizes":"512x512","type":"image/png"}],"orientation":"landscape"} +{"name":"Windows 11 WebUI Clone","short_name":"W11 UI","start_url":"index.html","display":"fullscreen","background_color":"#ffffff","lang":"en","scope":"/","theme_color":"#000000","icons":[{"src":"icon-192.png","sizes":"192x192","type":"image/png"},{"src":"icon-512.png","sizes":"512x512","type":"image/png"}],"orientation":"landscape"}