- From: Alexey Rodionov <notifications@github.com>
- Date: Thu, 16 Sep 2021 02:12:48 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 September 2021 09:13:00 UTC
> Chrome M93 recognizes "monochrome" icon purpose for both primary icons and shortcut menus (jump lists). https://bugs.chromium.org/p/chromium/issues/detail?id=1114638 > It's not yet exposed in Chrome UI yet, will be used in Notifications in M94-M95. Two questions: 1. Is it only for Chrome on desktop? What about Chrome on Android? 2. Are icons declared in web app manifest really used for notifications? 🤔 As far as I know `showNotification(title, options)` method uses `icon` property from `options` argument. See https://web-push-book.gauntface.com/display-a-notification/. If the `options` object has no `icon` property, then default browser icon used. Isn't it? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/905#issuecomment-920728678
Received on Thursday, 16 September 2021 09:13:00 UTC