Skip to content

Commit

Permalink
make starturl more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 committed Apr 25, 2024
1 parent 0b8426d commit b1d0435
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "Dragon Hero Text Adventure",
"short_name": "Dragon Hero",
"description": "A text adventure puzzle game",
"id": "?dragon_hero=202402221",
"id": "?dragon_hero=20240425",
"dir": "auto",
"lang": "en-US",
"display": "standalone",
"orientation": "portrait",
"start_url": "../.",
"start_url": "https://skedwards88.github.io/dragon/",
"scope": "/dragon/",
"background_color": "#F1F0F0",
"theme_color": "#6e799e",
"shortcuts": [],
Expand Down

0 comments on commit b1d0435

Please sign in to comment.