Skip to content

Commit

Permalink
add manifest.json (#613)
Browse files Browse the repository at this point in the history
* add manifest.json

* add new line

* fix new line
  • Loading branch information
T0biii authored Mar 10, 2024
1 parent 9b02bdd commit 30e734e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="theme-color" content="#000000" />
<meta name="description" content="Website for the wg-access-server" />
<link rel="apple-touch-icon" href="/logo-192.png" />
<link rel="manifest" href="/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
26 changes: 26 additions & 0 deletions website/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"short_name": "WireGuard Access Portal",
"name": "WireGuard Access Portal",
"description": "WireGuard Access Portal is a web user interface for device management.",
"icons": [
{
"src": "favicon.ico",
"sizes": "16x16",
"type": "image/x-icon"
},
{
"src": "logo-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo-310.png",
"type": "image/png",
"sizes": "310x310"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#3d76cd",
"background_color": "#ffffff"
}

0 comments on commit 30e734e

Please sign in to comment.