Installation
Android
- Chrome shows install prompt automatically
- Or: Menu → Install app
- Works in browser too, but installed PWA gets full-screen mode
iOS
- Safari → Share → Add to Home Screen
- No auto-prompt on iOS
- Push notifications only work from installed PWA (iOS 16.4+)
Desktop
- Chrome: click install button in address bar
- Edge: similar install flow
- Firefox: no PWA install support
Manifest & Icons
Manifest generated by vite-plugin-pwa in vite.config.ts:
| Property |
Value |
| name |
Aura — Медичний трекер |
| short_name |
Aura |
| start_url |
/ |
| display |
standalone (hides browser UI) |
| background_color |
#050505 |
| theme_color |
#22d3ee (cyan) |
Icons
| File |
Size |
Purpose |
| icon-192.png |
192×192 |
Standard PWA icon |
| icon-512.png |
512×512 |
Standard PWA icon (large) |
| icon-512-maskable.png |
512×512 |
Android adaptive icon (maskable) |
| apple-touch-icon.png |
180×180 |
iOS home screen icon |
| icon-72.png |
72×72 |
Notification badge |