Mercurial > personal > no-gemini
view extension/manifest.json @ 3:a99bc2e42e79
bump version
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 04 Jan 2025 19:24:36 -0500 |
parents | eadd1318ddd6 |
children | 8350ea8f5838 |
line wrap: on
line source
{ "manifest_version": 3, "name": "Hide Gemini", "version": "0.2.1", "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/*"] } ] }