Skip to content

Commit

Permalink
changed push_icon in example
Browse files Browse the repository at this point in the history
  • Loading branch information
andreinwald committed Dec 11, 2023
1 parent 5262745 commit 42c97b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 42c97b3

Please sign in to comment.