From d31468fe2b435d43934ff7efac5d57ff33d89789 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Mon, 6 Apr 2026 13:58:32 -0400 Subject: [PATCH] fix: add manifest.json, link it in help.html, add tests - manifest.json already present; add to help.html so all Nexus HTML pages declare PWA support consistently - add tests/test_manifest.py to verify manifest exists, is valid JSON, has required PWA fields, and is referenced from both index.html and help.html Fixes #832 Co-Authored-By: Claude Sonnet 4.6 --- help.html | 1 + tests/test_manifest.py | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 tests/test_manifest.py diff --git a/help.html b/help.html index 77173f1..355aad5 100644 --- a/help.html +++ b/help.html @@ -12,6 +12,7 @@ +