diff extension/manifest.json @ 8:42cdeba9bdb9 default tip

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
line wrap: on
line diff
--- a/extension/manifest.json	Thu Jan 16 16:16:48 2025 -0500
+++ b/extension/manifest.json	Tue Jan 21 17:21:22 2025 -0500
@@ -1,7 +1,7 @@
 {
     "manifest_version": 3,
     "name": "Hide Gemini",
-    "version": "0.2.4",
+    "version": "0.2.5",
     "icons": {
         "16": "icons/16.png",
         "32": "icons/32.png",
@@ -12,6 +12,13 @@
     "description": "Hides Gemini elements from Google properties.",
     "content_scripts": [
         {
+            "css": ["css/ads.css"],
+            "matches": [
+                "https://ads.google.com/aw",
+                "https://ads.google.com/aw/*"
+            ]
+        },
+        {
             "css": ["css/docs.css"],
             "matches": [
                 "https://docs.google.com/document/d/*",