summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorFrostyBiscuit <[email protected]>2025-02-24 20:07:45 +0100
committerFrostyBiscuit <[email protected]>2025-02-24 20:07:45 +0100
commit582925ba162cd3a5ead033f0212fee255e1c7d39 (patch)
treef771f88ad70c86a39febae26ef7c165931187d55 /manifest.json
parentdca91c1d0624f82ff16d60e359a287c22515fe1d (diff)
Added support for google
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 1b634c9..6e23666 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Transparent Zen",
- "version": "0.1.9",
+ "version": "0.1.10",
"description": "Inject custom styles to make your favorite websites transparent. PLEASE KEEP IN MIND THAT THIS IS STILL WORK IN PROGRESS, SO THINGS MIGHT BREAK!",
"browser_specific_settings": {
"gecko": {
@@ -142,6 +142,11 @@
"matches": ["*://*.duckduckgo.com/*"],
"css": ["./styles/websites/duckduckgo.css"],
"run_at": "document_start"
+ },
+ {
+ "matches": ["*://*.google.com/*"],
+ "css": ["./styles/websites/google.css"],
+ "run_at": "document_start"
}
]
} \ No newline at end of file