update manifest with scope

This commit is contained in:
Azgaar 2022-05-13 23:09:15 +03:00
parent 529444f58f
commit 51a6aa5ad0

View file

@ -2,11 +2,12 @@
"background_color": "#fff", "background_color": "#fff",
"display": "standalone", "display": "standalone",
"orientation": "landscape", "orientation": "landscape",
"scope": "/",
"start_url": "/",
"name": "Azgaar's Fantansy Map Generator", "name": "Azgaar's Fantansy Map Generator",
"short_name": "Azgaar's Fantansy Map Generator", "short_name": "Azgaar's Fantansy Map Generator",
"description": "Web application generating interactive and highly customizable maps", "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": [ "icons": [
{ {
"src": "images/icons/icon_x512.png", "src": "images/icons/icon_x512.png",