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
437f09ae31fc7a806415f6d6a73564f7a9ea66c2
parent
0f9c19e4429f45f324078cffd140231a9f972d06
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-04-25 21:36
update to manifest v3

Diffstat

M manifest.json 9 +++++----

1 files changed, 5 insertions, 4 deletions


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

@@ -1,11 +1,11 @@
    1     1 {
    2    -1   "manifest_version": 2,
   -1     2   "manifest_version": 3,
    3     3   "name": "xiMatrix",
    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     7   "version": "0.9.0",
    8    -1   "browser_action": {
   -1     8   "action": {
    9     9     "default_title": "xiMatrix",
   10    10     "default_popup": "src/popup.html"
   11    11   },
@@ -15,7 +15,6 @@
   15    15   },
   16    16   "background": {
   17    17     "scripts": ["src/bg.js"],
   18    -1     "persistent": false,
   19    18     "type": "module"
   20    19   },
   21    20   "content_scripts": [{
@@ -32,7 +31,9 @@
   32    31     "tabs",
   33    32     "webNavigation",
   34    33     "webRequest",
   35    -1     "webRequestBlocking",
   -1    34     "webRequestBlocking"
   -1    35   ],
   -1    36   "host_permissions": [
   36    37     "<all_urls>"
   37    38   ],
   38    39   "browser_specific_settings": {