diff --git a/src/main/app/manifest.json b/src/main/app/manifest.json index 2647fc2b..f08af759 100644 --- a/src/main/app/manifest.json +++ b/src/main/app/manifest.json @@ -26,6 +26,7 @@ "density": "4.0" } ], - "start_url": "/", + "scope": ".", + "start_url": "./", "display": "standalone" }