feat: Add manifest.json to allow installing pwa
All checks were successful
Build Docker / BuildImage (push) Successful in 58s

This commit is contained in:
2024-09-17 15:38:58 +10:00
parent c3184c3104
commit 66aa987013
4 changed files with 24 additions and 2 deletions

15
templates/manifest.json Normal file
View 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"
}
]
}