From 2ee7418082c084bb17b3c6c7720959ae606e7536 Mon Sep 17 00:00:00 2001 From: FrostyBiscuit Date: Tue, 18 Feb 2025 09:14:32 +0100 Subject: Include chatgpt, chess.com, copilot and wikipedia for new version --- manifest.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 44b051d..34895ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Transparent Zen", - "version": "0.1.4", + "version": "0.1.5", "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": { @@ -107,6 +107,26 @@ "matches": ["*://*.nexusmods.com/*"], "css": ["./styles/websites/nexusmods.css"], "run_at": "document_start" + }, + { + "matches": ["*://*.wikipedia.org/*"], + "css": ["./styles/websites/wikipedia.css"], + "run_at": "document_start" + }, + { + "matches": ["*://copilot.microsoft.com/*"], + "css": ["./styles/websites/copilot.microsoft.css"], + "run_at": "document_start" + }, + { + "matches": ["*://*.chatgpt.com/*"], + "css": ["./styles/websites/chatgpt.css"], + "run_at": "document_start" + }, + { + "matches": ["*://*.chess.com/*"], + "css": ["./styles/websites/chess.css"], + "run_at": "document_start" } ] } \ No newline at end of file -- cgit v1.2.3