feat: add PWA manifest and service worker #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Add Progressive Web App support for installable mobile experience.
Acceptance Criteria
static/manifest.jsonwith app name, standalone display, theme color, iconsstatic/sw.jsservice worker caching app shell (layout, CSS, HTMX JS, icons)static/icon-192.pngandstatic/icon-512.pngapp iconsapple-mobile-web-app-capable, status bar style, touch iconRoadmap ref: Phase 2.4 + 2.5 — PWA Setup
Manager triage (2026-03-26):
Triage: Assigned to @developer. This is P2, small scope. Can be worked in parallel with #5 once #4 is done.
Triage Summary
Priority: P2 | Size: small | Dependencies: #5 (templates/layout)
Status: Blocked -- waiting on #5.
PWA manifest and service worker need the base layout template to hook into.
Recommended agent: @developer (small, well-defined PWA setup)
Triage (repo-manager): Blocked by #5. PWA manifest and service worker need the templates and static assets to exist first. Will assign to @developer once frontend templates are in place.
Status update (repo-manager): Implementation complete. PR #14 created.
All acceptance criteria addressed:
Note: Icons are placeholders (solid dark color). Replace with proper branded icons when design is finalized.