From c5c85c67133987fc7de3541deadda1656ef90f59 Mon Sep 17 00:00:00 2001 From: inukiwi Date: Thu, 25 Jun 2026 13:14:39 +0200 Subject: [PATCH] Add notification_icon_color to supported keys on Android --- functions/android.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/android.js b/functions/android.js index 5547132..bb60857 100644 --- a/functions/android.js +++ b/functions/android.js @@ -49,6 +49,7 @@ module.exports = { const androidNotificationKeys = [ 'icon', 'color', + 'notification_icon_color', 'sound', 'tag', 'clickAction',