Answer
What is Periodic Background Sync?
Periodic Background Sync lets an installed PWA periodically wake its service worker to refresh cached content — for example, prefetching news articles — even when the app is not open. It requires the periodic-background-sync permission, is only available on installed PWAs, and Chromium decides the actual interval based on site engagement, not the requested minimum.
How it differs from one-off sync
One-off Background Sync retries a single failed request once connectivity returns; Periodic Background Sync runs recurring refresh tasks on a browser-controlled schedule.
Browser support
Chromium-based browsers on desktop and Android only, and only after the PWA is installed; Safari and Firefox do not support it.
Permission model
The browser silently grants or denies the permission based on engagement heuristics (site engagement score) rather than a user-facing prompt.