fix: add manifest.json, link it in help.html, add tests
Some checks failed
CI / validate (pull_request) Failing after 12s

- manifest.json already present; add <link rel="manifest"> 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 <noreply@anthropic.com>
This commit is contained in:
Alexander Whitestone
2026-04-06 13:58:32 -04:00
parent 3b4c5e7207
commit d31468fe2b
2 changed files with 40 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&family=Orbitron:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="manifest" href="./manifest.json">
<style>
:root {
--color-bg: #050510;