diff options
author | FrostyBiscuit <[email protected]> | 2025-02-24 20:07:45 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-24 20:07:45 +0100 |
commit | 582925ba162cd3a5ead033f0212fee255e1c7d39 (patch) | |
tree | f771f88ad70c86a39febae26ef7c165931187d55 /manifest.json | |
parent | dca91c1d0624f82ff16d60e359a287c22515fe1d (diff) |
Added support for google
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 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 |