xiMatrix

filter net requests according to source, destination and type  https://addons.mozilla.org/firefox/addon/ximatrix/
git clone https://git.ce9e.org/xiMatrix.git

commit
ccae519251a5351911c292d1d75b6af95403ae41
parent
d07b5cfac1ddbdd4e761ff20d4a0f627c00b3b91
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-08 19:51
bump version to 0.2.0

Diffstat

M CHANGES.md 7 +++++++
M manifest.json 2 +-

2 files changed, 8 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,10 @@
   -1     1 # 0.2.0 (2022-08-08)
   -1     2 
   -1     3 -   allow to edit rules as JSON
   -1     4 -   fix inline counts if allowed
   -1     5 -   fix outdated help text
   -1     6 
   -1     7 
    1     8 # 0.1.0 (2022-08-07)
    2     9 
    3    10 -   close popup on reload

diff --git a/manifest.json b/manifest.json

@@ -4,7 +4,7 @@
    4     4   "author": "Tobias Bengfort",
    5     5   "homepage_url": "https://github.com/xi/xiMatrix",
    6     6   "description": "block requests based on domain and type",
    7    -1   "version": "0.1.0",
   -1     7   "version": "0.2.0",
    8     8   "browser_action": {
    9     9     "default_title": "xiMatrix",
   10    10     "default_popup": "src/popup.html",