From 5d82d73092a4b17ad99c5797182196e74834a89f Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Wed, 21 Dec 2022 07:32:59 +0530 Subject: [PATCH] Webpushr Trace Improved --- src/technologies/w.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/technologies/w.json b/src/technologies/w.json index 31ba10729..9d8bca292 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -847,11 +847,18 @@ "cats": [ 32 ], - "description": "Webpushr is the new standard for Web Push Notifications.", + "description": "Webpushr is Push Notification which supports both Mobile & Desktop devices.", "icon": "webpushr.svg", "js": { - "webpushr": "" + "WebPushr.notificationCard": "", + "webpushr": "", + "webpushr_display_button": "" }, + "pricing": [ + "recurring", + "freemium", + "low" + ], "scripts": "cdn\\.webpushr\\.com/app\\.min\\.js", "website": "https://www.webpushr.com" },