Features
Installable
Add PropOps to your home screen or desktop. It launches in its own window, just like a native app.
Offline caching
A service worker caches essential assets so the app loads instantly, even on slow or intermittent connections.
Push notifications
Receive real-time push notifications on desktop and mobile, even when the browser is closed.
iOS support
Full home-screen support on iOS devices with a custom splash screen and icon.
Installing the app
- Desktop (Chrome / Edge)
- Android
- iOS (Safari)
- Open PropOps in your browser
- Click the install icon in the address bar (or the three-dot menu → Install PropOps)
- Click Install
- PropOps opens in its own window and appears in your app launcher
Service worker
The service worker handles:- Asset caching — CSS, JavaScript, and images are cached locally for fast load times
- Offline fallback — essential pages remain accessible when the network is unavailable
- Background sync — queued actions are retried when connectivity is restored
Web app manifest
Themanifest.webmanifest file defines how PropOps appears when installed:
| Property | Value |
|---|---|
| Name | PropOps |
| Display | Standalone (no browser chrome) |
| Orientation | Any |
| Theme colour | Matches your organisation’s brand colour |
| Icons | Multiple sizes for all device types |