summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
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