feat: Add manifest.json to allow installing pwa
All checks were successful
Build Docker / BuildImage (push) Successful in 58s
All checks were successful
Build Docker / BuildImage (push) Successful in 58s
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 28 KiB |
@@ -34,6 +34,7 @@
|
||||
<link rel="stylesheet" href="assets/css/Navbar-Right-Links-Dark-icons.css">
|
||||
<link rel="stylesheet" href="assets/css/Team-images.css">
|
||||
<link rel="stylesheet" href="assets/css/index.css">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
<script async src="https://umami.woodburn.au/script.js"
|
||||
data-website-id="7e0ed7e4-3858-4124-a574-b57ac05aaad1"></script>
|
||||
|
||||
15
templates/manifest.json
Normal file
15
templates/manifest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "HNSDoH Status",
|
||||
"short_name": "HNSDoH Status",
|
||||
"start_url": "https://{{host}}/",
|
||||
"display": "standalone",
|
||||
"background_color": "#212529",
|
||||
"theme_color": "#212529",
|
||||
"orientation": "portrait-primary",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.png",
|
||||
"sizes": "500x500"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user