feat: add PWA manifest, service worker, and app icons #62
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?
Roadmap Reference
Phase 2, Section 2.4 — PWA Setup
What to do
Create the following files in static/:
manifest.json:
sw.js (service worker):
Icon files:
Apple PWA meta tags in base.html:
Acceptance Criteria
Closing as implemented. Static assets on master:
static/manifest.json-- PWA manifest with name, icons, standalone display, dark themestatic/sw.js-- service worker for offline cachingstatic/icon-192.pngandstatic/icon-512.png-- app icons