Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenox committed Dec 15, 2023
1 parent 8020c87 commit 5c51902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SideQuest/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<base href="/" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="css/app.css" />
<link href="manifest.json" rel="manifest" />
<link href="manifest.webmanifest" rel="manifest" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="SideQuest.styles.css" rel="stylesheet" />
</head>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "sideQuest",
"short_name": "sideQuest",
"start_url": "/sidequest/",
"scope": "/sidequest/",
"id": "./",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "sq.png",
Expand Down

0 comments on commit 5c51902

Please sign in to comment.