Skip to content

Commit

Permalink
Add a site manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAman62 committed Aug 30, 2024
1 parent 98cbc35 commit ae42a56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<link rel="manifest" href="/site.webmanifest" />
<title>Grid Battle</title>
</head>
<body>
Expand Down
7 changes: 7 additions & 0 deletions ui/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Grid Battle",
"short_name": "Grid Battle",
"theme_color": "#ff8a4c",
"background_color": "#e5e7eb",
"display": "standalone"
}
1 change: 0 additions & 1 deletion ui/public/vite.svg

This file was deleted.

0 comments on commit ae42a56

Please sign in to comment.