IT deployment guide
Zerafa Flow is a private, per-user wellbeing PWA. This page lists the domains and browser permissions managed Windows devices must allow.
1. Domains to allow-list
https://zerafawellbeing.life— production apphttps://www.zerafawellbeing.lifehttps://zerafa-flow-wellbeing.lovable.app— hosted fallbackhttps://*.pushservice.googleapis.com— Web Push endpoint for Edge / Chromehttps://*.notify.windows.com— Web Push endpoint used by some Windows builds
2. Browser policy (Edge / Chrome)
NotificationsAllowedForUrls→ include the domains above so the notification permission prompt is not silently blocked.DefaultBackgroundStartupEnabled→ allow the browser's background service so pushes arrive when no window is visible.- Allow Progressive Web Apps to be installed. Do not force uninstall installed PWAs.
- Do not block service workers or push messaging for the domains above.
3. Windows settings
- System → Notifications: enabled globally, and enabled for Edge / Chrome / Zerafa Flow.
- System → Focus assist / Do Not Disturb: users should be able to configure this themselves.
- Apps → Startup: allow the user to add Zerafa Flow so reminders resume after reboot.
4. Data & privacy
- No employee identifier is collected. Each install generates a random device ID stored locally.
- No manager dashboard, no shared statistics, no company-wide schedule.
- The backend stores only the push subscription and the user's own reminder preferences.
- Users can clear their data at any time by uninstalling the PWA / clearing site data.
5. Verifying a rollout
- Open the app on a test device.
- Complete the 5-step setup wizard.
- Confirm the Setup Status panel shows all rows green.
- Minimise the browser and wait — a reminder push should appear from Windows within the interval.