diff options
author | FrostyBiscuit <[email protected]> | 2025-02-20 10:48:22 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-20 10:48:22 +0100 |
commit | 7f5015175e23789987141906f6e0c720a0b4b4bf (patch) | |
tree | 08d0726f7023375f40fc8f9498c8b1060d9257b0 /manifest.json | |
parent | ae7f451486845e5a9a3280db02c5ddba75038983 (diff) |
Added support for duckduckgo.com
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 6 insertions, 1 deletions
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 |