comparison extension/manifest.json @ 8:42cdeba9bdb9

Add summarize button in Sheets and AI elements in Ads.
author Paul Fisher <paul@pfish.zone>
date Tue, 21 Jan 2025 17:21:22 -0500
parents cf7ff331dacc
children d74820d36614
comparison
equal deleted inserted replaced
7:cf7ff331dacc 8:42cdeba9bdb9
1 { 1 {
2 "manifest_version": 3, 2 "manifest_version": 3,
3 "name": "Hide Gemini", 3 "name": "Hide Gemini",
4 "version": "0.2.4", 4 "version": "0.2.5",
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",
10 "256": "icons/256.png" 10 "256": "icons/256.png"
11 }, 11 },
12 "description": "Hides Gemini elements from Google properties.", 12 "description": "Hides Gemini elements from Google properties.",
13 "content_scripts": [ 13 "content_scripts": [
14 {
15 "css": ["css/ads.css"],
16 "matches": [
17 "https://ads.google.com/aw",
18 "https://ads.google.com/aw/*"
19 ]
20 },
14 { 21 {
15 "css": ["css/docs.css"], 22 "css": ["css/docs.css"],
16 "matches": [ 23 "matches": [
17 "https://docs.google.com/document/d/*", 24 "https://docs.google.com/document/d/*",
18 "https://docs.google.com/presentation/d/*", 25 "https://docs.google.com/presentation/d/*",