From 42c97b3dde62844af0bb2d1b023441be8d7e796a Mon Sep 17 00:00:00 2001 From: andreinwald Date: Mon, 11 Dec 2023 14:44:48 +0100 Subject: [PATCH] changed push_icon in example --- frontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.js b/frontend.js index c1b42b9..a7ac7c7 100644 --- a/frontend.js +++ b/frontend.js @@ -75,7 +75,7 @@ function testSend() { const title = "Push title"; const options = { body: "Additional text with some description", - icon: "https://andreinwald.github.io/webpush-ios-example/images/favicon.png", + icon: "https://andreinwald.github.io/webpush-ios-example/images/push_icon.jpg", image: "https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Orange_tabby_cat_sitting_on_fallen_leaves-Hisashi-01A.jpg/1920px-Orange_tabby_cat_sitting_on_fallen_leaves-Hisashi-01A.jpg", data: { "url": "https://andreinwald.github.io/webpush-ios-example/success.html",