diff 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
line wrap: on
line diff
--- a/extension/manifest.json	Tue Jun 17 09:20:41 2025 -0400
+++ b/extension/manifest.json	Tue Jun 17 09:57:06 2025 -0400
@@ -1,7 +1,7 @@
 {
     "manifest_version": 3,
     "name": "Hide Gemini",
-    "version": "0.2.13",
+    "version": "0.2.14",
     "icons": {
         "16": "icons/16.png",
         "32": "icons/32.png",
@@ -439,6 +439,12 @@
                 "https://www.google.cat/search",
                 "https://www.google.cat/search?*"
             ]
+        },
+        {
+            "css": ["css/youtube.css"],
+            "matches": [
+                "https://www.youtube.com/*"
+            ]
         }
     ]
 }