diff extension/manifest.json @ 57:df2f44ba8182

Add the Gemini doodad in Google Analytics.
author Paul Fisher <paul@pfish.zone>
date Tue, 27 Jan 2026 23:25:42 -0500
parents 787f2a616d0f
children 44c85db17ce2
line wrap: on
line diff
--- a/extension/manifest.json	Fri Jan 23 23:56:01 2026 -0500
+++ b/extension/manifest.json	Tue Jan 27 23:25:42 2026 -0500
@@ -29,6 +29,12 @@
             ]
         },
         {
+            "css": ["css/analytics.css"],
+            "matches": [
+                "https://analytics.google.com/analytics/web/*"
+            ]
+        },
+        {
             "css": ["css/developers.css"],
             "matches": [
                 "https://developers.google.com/*"