| name | pwa-builder |
| description | Transform websites into installable, offline-capable Progressive Web Apps. |
PWA Builder
This skill enables the creation of Progressive Web Apps with service workers and offline support.
Instructions
- Create a
manifest.json with icons and brand colors.
- Implement a Service Worker for asset caching.
- Provide basic offline functionality for key routes.
- Add an 'Install' prompt for users on mobile and desktop.
- Ensure high performance and secure (HTTPS) delivery.
Examples
- "Generate a
manifest.json for my budget app."
- "Configure a service worker to cache main assets for offline use."