From 7f5015175e23789987141906f6e0c720a0b4b4bf Mon Sep 17 00:00:00 2001 From: FrostyBiscuit Date: Thu, 20 Feb 2025 10:48:22 +0100 Subject: Added support for duckduckgo.com --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 2bd5ca5..7c776c4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Transparent Zen", - "version": "0.1.7", + "version": "0.1.8", "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": { @@ -137,6 +137,11 @@ "matches": ["*://*.programiz.com/*"], "css": ["./styles/websites/programiz.css"], "run_at": "document_start" + }, + { + "matches": ["*://*.duckduckgo.com/*"], + "css": ["./styles/websites/duckduckgo.css"], + "run_at": "document_start" } ] } \ No newline at end of file -- cgit v1.2.3