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",