@@ -35,14 +35,14 @@ To run this extension from the repo (and not from a pre-built package) on a loca
3535
3636| Web Browser | Platform | Web Push Notification Support | Background Notification Support (When Browser Closed) |
3737| ---------------------| ---------------| -------------------------------| -------------------------------------------------------|
38- | ** Google Chrome** | macOS | ✅ Yes | ❌ No (unless running in the background, not fully quit) |
39- | | Windows | ✅ Yes | ❌ No (unless running in the background, not fully quit) |
38+ | ** Google Chrome** | macOS | ✅ Yes | ❌ No (unless running in the background) |
39+ | | Windows | ✅ Yes | ❌ No (unless running in the background) |
4040| | iOS | ❌ No | ❌ No |
4141| | Android | ✅ Yes | ✅ Yes |
4242| ** Safari** | macOS | ✅ Yes | ✅ Yes |
4343| | iOS | ✅ Yes | ✅ Yes (site must be added to Home Screen first) |
44- | ** Microsoft Edge** | macOS | ✅ Yes | ❌ No (unless running in the background, not fully quit) |
45- | | Windows | ✅ Yes | ❌ No (unless running in the background, not fully quit) |
44+ | ** Microsoft Edge** | macOS | ✅ Yes | ❌ No (unless running in the background) |
45+ | | Windows | ✅ Yes | ❌ No (unless running in the background) |
4646| | iOS | ❌ No | ❌ No |
4747| | Android | ✅ Yes | ✅ Yes |
4848| ** Mozilla Firefox** | macOS | ✅ Yes | ❌ No |
@@ -54,6 +54,8 @@ To run this extension from the repo (and not from a pre-built package) on a loca
5454| | iOS | ❌ No | ❌ No |
5555| | Android | ✅ Yes | ❌ No |
5656
57+ * (unless running in the background)* means the browsers have background processes running (they’re not fully quit).
58+
5759More info here https://caniuse.com/push-api
5860
5961## Testing Push Notifications
0 commit comments