From f196576b4f67fe7cce75a93bce535358ebbad545 Mon Sep 17 00:00:00 2001 From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com> Date: Sat, 4 Dec 2021 04:35:04 +0530 Subject: [PATCH] Update manifest.json --- public/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 1c92d384..7df95861 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Javaistic", "name": "Javaistic", - "start_url": "/", + "start_url": "https://javaistic.vercel.app/", "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone", @@ -9,7 +9,8 @@ { "src": "/android-chrome-192x192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "/android-chrome-512x512.png",