From f9b8b292a76ff9c015ac26d62f3041e4c9eaaf3c Mon Sep 17 00:00:00 2001 From: Somajit Dey Date: Mon, 14 Oct 2024 12:30:41 +0530 Subject: [PATCH] Enabled PWA through proper webmanifest --- site.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.webmanifest b/site.webmanifest index 45dc8a2..3b85545 100644 --- a/site.webmanifest +++ b/site.webmanifest @@ -1 +1 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file +{"name":"EasyForm","short_name":"EF","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"display":"standalone","start_url": "."} \ No newline at end of file