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
0f9c19e4429f45f324078cffd140231a9f972d06
parent
17ec32e756b37efb7b9368cb1733d31165cca028
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-04-25 21:36
manifest: tweak icon

Diffstat

M manifest.json 6 +++---

1 files changed, 3 insertions, 3 deletions


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

@@ -7,11 +7,11 @@
    7     7   "version": "0.9.0",
    8     8   "browser_action": {
    9     9     "default_title": "xiMatrix",
   10    -1     "default_popup": "src/popup.html",
   11    -1     "default_icon": "icon.svg"
   -1    10     "default_popup": "src/popup.html"
   12    11   },
   13    12   "icons": {
   14    -1     "48": "icon.svg"
   -1    13     "32": "icon.svg",
   -1    14     "64": "icon.svg"
   15    15   },
   16    16   "background": {
   17    17     "scripts": ["src/bg.js"],