Chrome.windows.create stopped showing extension logo all of sudden

91 views
Skip to first unread message

Adnan Khan

unread,
Apr 29, 2024, 3:51:42 PM4/29/24
to Chromium Extensions
Hey all,

I'm working on chrome extension, I'm creating a minimized popup window, from last few days, it was working fine i.e showing extension logo in the taskbar as the window icon.
But now it doesn't behave that way, it is showing default icon (One we don't have when we run the extension.)
I'm wondering if this is a bug or something wrong with my code or "extension logo shown in taskbar" is not a feature as I don't see it anywhere in the documentation.

If this is a bug then what is the correct way to report this?

My code:
chrome.windows.create({
                    url: VendorsInitialPage[request?.source.toLowerCase() as keyof typeof VendorsInitialPage],
                    type: 'popup',
                    state: 'minimized',
                  }, createdWindow => {
                   
                });

Adnan Khan

unread,
Apr 29, 2024, 3:53:31 PM4/29/24
to Chromium Extensions, Adnan Khan
` But now it doesn't behave that way, it is showing default icon (One we don't have when we run the extension.)  `

Regarding above line, I mis-typed it, I meant to say - "by default icon, I meant the logo we get when we run extension that has no logo"

wOxxOm

unread,
Apr 30, 2024, 1:56:05 AM4/30/24
to Chromium Extensions, Adnan Khan
Assuming the `url` is indeed correct, the same code works as usual for me in Windows.
Reply all
Reply to author
Forward
0 new messages