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
8d27037f5ca1a9a3068853c66d09fa83e411974e
parent
97b2acee9248b0e31f22c84b089852255348ab3b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-07-31 22:54
use svg icon directly

no compatible with chrome, but I don't really care

Diffstat

M Makefile 5 +----
M manifest.json 6 ++----

2 files changed, 3 insertions, 8 deletions


diff --git a/Makefile b/Makefile

@@ -1,5 +1,2 @@
    1    -1 bundle.zip: manifest.json icon-128.png src/*
   -1     1 bundle.zip: manifest.json icon.svg src/*
    2     2 	zip $@ $^
    3    -1 
    4    -1 icon-128.png: icon.svg
    5    -1 	inkscape $< --export-filename=$@

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

@@ -8,12 +8,10 @@
    8     8   "browser_action": {
    9     9     "default_title": "xiMatrix",
   10    10     "default_popup": "src/popup.html",
   11    -1     "default_icon": {
   12    -1       "128": "icon-128.png"
   13    -1     }
   -1    11     "default_icon": "icon.svg"
   14    12   },
   15    13   "icons": {
   16    -1     "128": "icon-128.png"
   -1    14     "48": "icon.svg"
   17    15   },
   18    16   "background": {
   19    17     "scripts": ["src/shared.js", "src/bg.js"]