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
9336849b9887cde4da2265119028f7069a0614ce
parent
1181867267c0b476165c5c7c08e1a9895d745c81
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-25 22:45
add explicit extension ID

Diffstat

M manifest.json 7 ++++++-

1 files changed, 6 insertions, 1 deletions


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

@@ -29,5 +29,10 @@
   29    29     "webRequest",
   30    30     "webRequestBlocking",
   31    31     "<all_urls>"
   32    -1   ]
   -1    32   ],
   -1    33   "browser_specific_settings": {
   -1    34     "gecko": {
   -1    35       "id": "{936cea12-8e61-4929-b589-caece971bbd7}"
   -1    36     }
   -1    37   }
   33    38 }