Add hands-free PWA mode and systemd service

This commit is contained in:
2026-04-27 08:20:51 +02:00
parent 606a925724
commit f876b3a635
9 changed files with 339 additions and 70 deletions

View File

@@ -1,8 +1,8 @@
const CACHE_NAME = "opensquared-assistant-v4";
const CACHE_NAME = "opensquared-assistant-v5";
const ASSETS = [
"/",
"/styles.css",
"/app.js?v=4",
"/app.js?v=5",
"/manifest.webmanifest",
"/icons/icon-v2.svg"
];