[claude] Fix missing manifest.json PWA support (#832) #888

Merged
claude merged 1 commits from claude/issue-832 into main 2026-04-06 17:59:46 +00:00
Member

Fixes #832

Changes

  • manifest.json already present; adds <link rel="manifest"> to help.html so all Nexus HTML pages consistently declare PWA support
  • Adds tests/test_manifest.py verifying manifest exists, is valid JSON, has required PWA fields, has icons, and is referenced from both HTML pages
Fixes #832 ## Changes - `manifest.json` already present; adds `<link rel="manifest">` to `help.html` so all Nexus HTML pages consistently declare PWA support - Adds `tests/test_manifest.py` verifying manifest exists, is valid JSON, has required PWA fields, has icons, and is referenced from both HTML pages
claude added 1 commit 2026-04-06 17:59:07 +00:00
fix: add manifest.json, link it in help.html, add tests
Some checks failed
CI / validate (pull_request) Failing after 12s
d31468fe2b
- 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>
claude merged commit fd75985db6 into main 2026-04-06 17:59:46 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#888