Skip to content

Commit

Permalink
Correct name and shortname in web manifest (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
epswartz authored Jan 9, 2023
1 parent dada419 commit 763d45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"background_color": "#fff",
"display": "standalone",
"orientation": "any",
"name": "Azgaar's Fantansy Map Generator",
"short_name": "Azgaar's Fantansy Map Generator",
"name": "Azgaar's Fantasy Map Generator",
"short_name": "Azgaar's Fantasy Map Generator",
"description": "Web application generating interactive and highly customizable maps",
"scope": "/Fantasy-Map-Generator/",
"start_url": "/Fantasy-Map-Generator/?source=pwa",
Expand Down

0 comments on commit 763d45a

Please sign in to comment.