Mercurial > personal > no-gemini
comparison extension/manifest.json @ 21:464a6d95441b
Actually include YT button; hide "analyze this data" in Sheets.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 17 Jun 2025 09:57:06 -0400 |
parents | 6661e33327c6 |
children | a1fb69eaf3ec |
comparison
equal
deleted
inserted
replaced
20:6661e33327c6 | 21:464a6d95441b |
---|---|
1 { | 1 { |
2 "manifest_version": 3, | 2 "manifest_version": 3, |
3 "name": "Hide Gemini", | 3 "name": "Hide Gemini", |
4 "version": "0.2.13", | 4 "version": "0.2.14", |
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", |
437 "https://www.google.co.zw/search", | 437 "https://www.google.co.zw/search", |
438 "https://www.google.co.zw/search?*", | 438 "https://www.google.co.zw/search?*", |
439 "https://www.google.cat/search", | 439 "https://www.google.cat/search", |
440 "https://www.google.cat/search?*" | 440 "https://www.google.cat/search?*" |
441 ] | 441 ] |
442 }, | |
443 { | |
444 "css": ["css/youtube.css"], | |
445 "matches": [ | |
446 "https://www.youtube.com/*" | |
447 ] | |
442 } | 448 } |
443 ] | 449 ] |
444 } | 450 } |