Mercurial > personal > no-gemini
diff extension/manifest.json @ 11:ad2ca744bcbb default tip
Hide Gemini thingy in Chat as well.
This loosens the CSS selector for the button to use just one class,
but it's probably fine.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 03 Feb 2025 23:54:00 -0500 |
parents | 2b89067741fb |
children |
line wrap: on
line diff
--- a/extension/manifest.json Tue Jan 28 01:36:20 2025 -0500 +++ b/extension/manifest.json Mon Feb 03 23:54:00 2025 -0500 @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Hide Gemini", - "version": "0.2.7", + "version": "0.2.8", "icons": { "16": "icons/16.png", "32": "icons/32.png", @@ -38,7 +38,12 @@ }, { "css": ["css/mail.css"], - "matches": ["https://mail.google.com/mail/*"] + "matches": [ + "https://mail.google.com/chat", + "https://mail.google.com/chat/*", + "https://mail.google.com/mail", + "https://mail.google.com/mail/*" + ] }, { "css": ["css/search.css"],