Purpose:
Adding PWA functionality would make it installable. The minimum requirements for a PWA force it to also add a service worker, which could set a foundation for eventually offline support and more dynamic pages with JavaScript.
Solution:
[x] Add manifest file
[x] Add the required images
[x] Add service-worker
Alternatives considered:
N/A
Additional context:
The site is currently using full round-trips for each interaction which render the service-worker kind of useless, but that's OK for an initial step.
Purpose: Adding PWA functionality would make it installable. The minimum requirements for a PWA force it to also add a service worker, which could set a foundation for eventually offline support and more dynamic pages with JavaScript.
Solution:
Alternatives considered: N/A
Additional context: The site is currently using full round-trips for each interaction which render the service-worker kind of useless, but that's OK for an initial step.