comparison 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
comparison
equal deleted inserted replaced
10:2b89067741fb 11:ad2ca744bcbb
1 { 1 {
2 "manifest_version": 3, 2 "manifest_version": 3,
3 "name": "Hide Gemini", 3 "name": "Hide Gemini",
4 "version": "0.2.7", 4 "version": "0.2.8",
5 "icons": { 5 "icons": {
6 "16": "icons/16.png", 6 "16": "icons/16.png",
7 "32": "icons/32.png", 7 "32": "icons/32.png",
8 "64": "icons/64.png", 8 "64": "icons/64.png",
9 "128": "icons/128.png", 9 "128": "icons/128.png",
36 "https://drive.google.com/file/d/*" 36 "https://drive.google.com/file/d/*"
37 ] 37 ]
38 }, 38 },
39 { 39 {
40 "css": ["css/mail.css"], 40 "css": ["css/mail.css"],
41 "matches": ["https://mail.google.com/mail/*"] 41 "matches": [
42 "https://mail.google.com/chat",
43 "https://mail.google.com/chat/*",
44 "https://mail.google.com/mail",
45 "https://mail.google.com/mail/*"
46 ]
42 }, 47 },
43 { 48 {
44 "css": ["css/search.css"], 49 "css": ["css/search.css"],
45 "matches": [ 50 "matches": [
46 "https://www.google.com/search", 51 "https://www.google.com/search",