web-push-notifications 3.37.0 → 3.37.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- Pushwoosh Web Push Notification SDK
2
- =========================
1
+ Pushwoosh Web Push Notification SDK
2
+ =========================
3
3
 
4
- [![GitHub release](https://img.shields.io/github/release/Pushwoosh/web-push-notifications.svg)](https://github.com/Pushwoosh/web-push-notifications/releases)
4
+ [![GitHub release](https://img.shields.io/github/release/Pushwoosh/web-push-notifications.svg)](https://github.com/Pushwoosh/web-push-notifications/releases)
5
5
  [![npm](https://img.shields.io/npm/v/web-push-notifications.svg)](https://www.npmjs.com/package/web-push-notifications)
6
6
  ![platforms](https://img.shields.io/badge/platforms-Chrome%20%7C%20Firefox%20%7C%20Safari-green.svg)
7
7
 
@@ -11,20 +11,10 @@ Pushwoosh Web Push Notification SDK
11
11
 
12
12
 
13
13
  ### Integration
14
- - Download Pushwoosh Web Push SDK and unzip it. You should have the following files: `manifest.json`, `pushwoosh-service-worker.js`
14
+ - Download Pushwoosh Web Push SDK and unzip it. You should have the following files: `pushwoosh-service-worker.js`
15
15
 
16
16
  - Place all these files to top-level root of your website directory.
17
17
 
18
- - Open manifest.json and make the following changes:
19
- - Change name and short_name to the name of your website.
20
- - Change `gcm_sender_id` to your Sender ID. Please keep in mind that Sender ID is usually a 12-digit number, and it can't contain any letters.
21
-
22
- - Include manifest.json in `<head>`
23
-
24
- ```html
25
- <link rel="manifest" href="/manifest.json">
26
- ```
27
-
28
18
  ### Installation
29
19
 
30
20
  via npm