Open
Description
"[Use] modern web capabilities to deliver an app-like user experience." - https://developers.google.com/web/progressive-web-apps
The Janitor should:
- be responsive: Fit desktop, mobile, tablet, or whatever is next.
- be safe: Served via HTTPS to prevent snooping and ensure content hasn’t been tampered with.
- be linkable: Easily shared via URL and not require complex installation.
- have a manifest: Allow users to “keep” apps they find most useful on their home screen without the hassle of an app store.
- work offline (Use a Sevice Worker to improve low-bandwidth/offline experience #4): Enhanced with service workers to work offline or on low quality networks.
- stay fresh: Always up-to-date thanks to the service worker update process.
- send push notifications: Make re-engagement easy through features like (optional) push notifications.