Access these resources to manage and test your Progressive Web App installation:
Step-by-step instructions to install the app
Create proper icons for the PWA
Diagnose issues with PWA installation
Default page shown when offline
View the app's manifest configuration
View the service worker script
Current implementation status of Progressive Web App features:
Feature | Status | Notes |
---|---|---|
Service Worker | Active | Implemented in /sw.js |
Web App Manifest | Active | Configured in /manifest.json |
Offline Support | Active | Cache-first strategy for static assets |
App Icons | Active | Multiple sizes available |
Install Prompt | Active | Floating button in corner + dedicated page |
Theme Color | Active | Set to #6a11cb |
Display Mode | Active | Set to "fullscreen" |
Background Sync | Inactive | Not implemented yet |
Push Notifications | Inactive | Not implemented yet |
The PWA is currently configured to use fullscreen display mode. Here are the available display modes:
Mode | Description |
---|---|
fullscreen | All of the available display area is used and no user agent chrome is shown. |
standalone | The app looks like a standalone application with its own window, but has no browser UI. |
minimal-ui | The application will look and feel like a standalone application, but will have a minimal set of UI elements for navigation. |
browser | The application opens in a conventional browser tab or window. |