A Chrome extension that restores the pre-2026 Google Workspace favicons across Gmail, Calendar, Drive, Docs, Sheets, Slides, and Meet.
![]()
Google rolled out a new set of Workspace favicons in May 2026. I do not like them. This extension puts the 2020-era rainbow-G versions back where they belong.
Not on the Chrome Web Store. Submitting an extension that ships Google’s own product logos through Google’s own review process tends to end poorly, so it lives on GitHub instead.
git clone https://github.com/benstein/google-classic-favicons.git.chrome://extensions in Chrome.Your tabs should look correct again.
A small content script runs on each Workspace domain at document_start. It strips any favicon link the page injects, replaces it with a bundled PNG of the 2020 logo, and keeps watch via a MutationObserver so the swap survives Google’s continual re-injection (especially Gmail, which updates the favicon constantly to reflect unread count).
github.com/benstein/google-classic-favicons — MV3, ~50 lines of JavaScript, seven PNGs, MIT license.