feat: Add service worker
All checks were successful
Build Docker / BuildImage (push) Successful in 49s

This commit is contained in:
2025-01-29 18:51:28 +11:00
parent d4136a396a
commit 8ccbe2ebf1
4 changed files with 65 additions and 5 deletions

26
pwa/manifest.json Normal file
View File

@@ -0,0 +1,26 @@
{
"short_name": "Nathan.Woodburn/",
"name": "Nathan.Woodburn/",
"icons": [
{
"src": "https://nathan.woodburn.au/assets/img/favicon/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://nathan.woodburn.au/assets/img/favicon/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "https://nathan.woodburn.au",
"background_color": "#000000",
"theme_color": "#000000",
"display": "fullscreen",
"orientation": "portrait",
"id": "nathanwoodburn",
"description": "Nathan.Woodburn/",
"scope": "https://nathan.woodburn.au",
"dir": "ltr",
"lang": "en"
}