Skip to content

Commit

Permalink
updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremehancock committed Jan 2, 2025
1 parent e60a9b2 commit 4ac3b24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AI Game Collection",
"short_name": "AI Game Collection",
"start_url": "/",
"start_url": "index.html",
"id": "ai-game-collection",
"description": "This site and all games were built using AI with minimal code changes.",
"display": "fullscreen",
Expand All @@ -21,7 +21,7 @@
}
],
"launch_handler": {
"route_to": "/",
"route_to": "index.html",
"client_mode": "auto"
},
"scope_extensions": [
Expand All @@ -33,7 +33,9 @@
"theme_color": "#181d34",
"background_color": "#181d34",
"display_override": [
"fullscreen"
"fullscreen",
"window-controls-overlay",
"minimal-ui"
],
"categories": ["games"],
"edge_side_panel": {
Expand Down

0 comments on commit 4ac3b24

Please sign in to comment.