diff options
author | sameerasw <[email protected]> | 2025-02-28 22:58:22 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-28 22:58:22 +0530 |
commit | b8f577fe1568f74bae9e6b58edabd0ff7c26fcd2 (patch) | |
tree | 158ec80ef789fba1b3967ba16d5edc12e22dd0dd /manifest.json | |
parent | 35f2ec8e814fd57629d3a7b4b784c71223e2cecd (diff) |
Fixed #3 by allowing files starting with + to have prefixes in the url.
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 a829836..bb248d4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Zen Internet", - "version": "1.3.1", + "version": "1.3.2", "description": "Inject custom css from my repository in real time", "browser_specific_settings": { "gecko": { |