From 51a6aa5ad033856d460e76d6c0918b56ed113c01 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 13 May 2022 23:09:15 +0300 Subject: [PATCH] update manifest with scope --- manifest.webmanifest | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.webmanifest b/manifest.webmanifest index dd67dc9f..117f294f 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -2,11 +2,12 @@ "background_color": "#fff", "display": "standalone", "orientation": "landscape", - "scope": "/", - "start_url": "/", "name": "Azgaar's Fantansy Map Generator", "short_name": "Azgaar's Fantansy Map Generator", "description": "Web application generating interactive and highly customizable maps", + "scope": "/Fantasy-Map-Generator/", + "start_url": "/Fantasy-Map-Generator/?source=pwa", + "url": "https://azgaar.github.io/Fantasy-Map-Generator", "icons": [ { "src": "images/icons/icon_x512.png",