diff options
author | FrostyBiscuit <[email protected]> | 2025-02-18 09:14:32 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-18 09:14:32 +0100 |
commit | 2ee7418082c084bb17b3c6c7720959ae606e7536 (patch) | |
tree | e12b5239b732b886ce266c9d3694650923426928 /manifest.json | |
parent | c79247b30ad3bb07a9bb559de7578de53d1e0a4e (diff) |
Include chatgpt, chess.com, copilot and wikipedia for new version
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 22 |
1 files changed, 21 insertions, 1 deletions
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 |