0
|
1 {
|
|
2 "manifest_version": 3,
|
|
3 "name": "Hide Gemini",
|
|
4 "version": "0.1",
|
|
5 "icons": {
|
|
6 "16": "icons/16.png",
|
|
7 "32": "icons/32.png",
|
|
8 "64": "icons/64.png",
|
|
9 "128": "icons/128.png",
|
|
10 "256": "icons/256.png"
|
|
11 },
|
|
12 "description": "Hides Gemini elements from Google properties.",
|
|
13 "content_scripts": [
|
|
14 {
|
|
15 "css": ["css/docs.css"],
|
|
16 "matches": [
|
|
17 "https://docs.google.com/document/d/*",
|
|
18 "https://docs.google.com/presentation/d/*",
|
|
19 "https://docs.google.com/spreadsheets/d/*"
|
|
20 ]
|
|
21 },
|
|
22 {
|
|
23 "css": ["css/drive.css"],
|
|
24 "matches": ["https://drive.google.com/drive/*"]
|
|
25 },
|
|
26 {
|
|
27 "css": ["css/mail.css"],
|
|
28 "matches": ["https://mail.google.com/mail/*"]
|
|
29 }
|
|
30 ]
|
|
31 }
|