You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Android OS | Chrome v48+<br>Firefox v44+<br>Opera v42+ |
67
67
68
68
## Set credentials
69
69
70
70
To subscribe to browser push notifications on your web site, you can use VAPID keys. You can generate VAPID credentials by using services such as the [VAPID key generator](https://www.attheminute.com/vapid-key-generator/). The credentials should look similar to the following:
71
71
72
-
```csharp
72
+
```json
73
73
{
74
74
"location": "South Central US",
75
75
"properties": {
@@ -138,7 +138,7 @@ The following examples show the registration request body for a native registrat
138
138
139
139
### Installation request body
140
140
141
-
```csharp
141
+
```json
142
142
{
143
143
"installationId": "installation-id",
144
144
"platform": "browser",
@@ -207,7 +207,7 @@ To create a direct send notification, follow these steps:
207
207
208
208
1. Create the message body. The message body is typically in this format:
0 commit comments