From 83f7bd4346f9e2f539bd554f400d611cea492048 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 15 Jul 2025 21:40:04 -0500 Subject: [PATCH] Use icon with background included --- lib/web_push/notification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web_push/notification.rb b/lib/web_push/notification.rb index 25234ac35..891f53799 100644 --- a/lib/web_push/notification.rb +++ b/lib/web_push/notification.rb @@ -24,6 +24,6 @@ class WebPush::Notification end def icon_path - "/app-icon.png" + "/apple-touch-icon.png" end end