diff options
author | sameerasw <[email protected]> | 2025-02-26 19:53:25 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-26 19:53:25 +0530 |
commit | 946bb6d1134f1776040ca5f58c2d9534a29e3ea7 (patch) | |
tree | ab23a87127ffa9fc3963197bd59e76574c82aab6 /manifest.json | |
parent | fac878b27b058ba31b6af142ec15583ab0405690 (diff) |
Fixed themes getting wrongly applied when the addon was invoked
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 2034b23..5ae275c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Zen Internet", - "version": "1.1.1", + "version": "1.1.2", "description": "Inject custom css from my repository in real time", "browser_specific_settings": { "gecko": { |