Mercurial > personal > no-gemini
view extension/manifest.json @ 4:8350ea8f5838
Add a new "help me write" in GMail.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Fri, 03 Jan 2025 01:41:55 -0500 |
parents | a99bc2e42e79 |
children | 02366532b265 |
line wrap: on
line source
{ "manifest_version": 3, "name": "Hide Gemini", "version": "0.2.2", "icons": { "16": "icons/16.png", "32": "icons/32.png", "64": "icons/64.png", "128": "icons/128.png", "256": "icons/256.png" }, "description": "Hides Gemini elements from Google properties.", "content_scripts": [ { "css": ["css/docs.css"], "matches": [ "https://docs.google.com/document/d/*", "https://docs.google.com/presentation/d/*", "https://docs.google.com/spreadsheets/d/*" ] }, { "css": ["css/drive.css"], "matches": [ "https://drive.google.com/drive/*", "https://drive.google.com/file/d/*" ] }, { "css": ["css/mail.css"], "matches": ["https://mail.google.com/mail/*"] } ] }