feat(pwa): add PWA install support and update installation docs
CI / Build & Test (push) Successful in 2m50s

Add manifest.webmanifest to the dashboard so Chrome can install it as
a standalone app via the browser menu. Register the manifest in
web_accessible_resources and link it from dashboard.html. Add a
dedicated PWA install section to docs/INSTALLATION.md covering install
steps, uninstall, and the requirement that the extension remains
installed.
This commit is contained in:
Raven Scott
2026-03-01 01:36:37 -05:00
parent 4eeae78d9b
commit e391d82316
4 changed files with 37 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@
"vendor/novnc.js",
"wrong-domain.html",
"dashboard/dashboard.html",
"dashboard/manifest.webmanifest",
"dashboard/dashboard.css",
"dashboard/data/*.js",
"dashboard/core/*.js",