feature: add manifest and icons to enable app install on android

This commit is contained in:
Jan
2026-05-02 19:00:22 +02:00
parent 4e0dce9a03
commit 8e2fea6f5d
7 changed files with 32 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ logger = logging.getLogger(__name__)
PUBLIC_PATHS = frozenset({
'/login', '/health', '/favicon.ico',
'/api/auth/login', '/api/auth/status',
'/manifest.json', '/manifest.webmanifest',
'/sw.js',
})
COOKIE_NAME = 'hermes_session'