Correct name and shortname in web manifest (#912)

This commit is contained in:
Ethan S 2023-01-09 04:03:23 -05:00 committed by GitHub
parent dada419f20
commit 763d45aa6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@
"background_color": "#fff", "background_color": "#fff",
"display": "standalone", "display": "standalone",
"orientation": "any", "orientation": "any",
"name": "Azgaar's Fantansy Map Generator", "name": "Azgaar's Fantasy Map Generator",
"short_name": "Azgaar's Fantansy Map Generator", "short_name": "Azgaar's Fantasy Map Generator",
"description": "Web application generating interactive and highly customizable maps", "description": "Web application generating interactive and highly customizable maps",
"scope": "/Fantasy-Map-Generator/", "scope": "/Fantasy-Map-Generator/",
"start_url": "/Fantasy-Map-Generator/?source=pwa", "start_url": "/Fantasy-Map-Generator/?source=pwa",