xiHeaders

webextension to modify request headers  https://addons.mozilla.org/firefox/addon/xiheaders/
git clone https://git.ce9e.org/xiHeaders.git

commit
afaa6eca65ebeae537e74ce128b2a539235fb279
parent
d6d43b4113fc2b20287b662cab38287bd5831d1f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-04-25 22:04
manifest: tweak icon

Diffstat

M manifest.json 6 +++---

1 files changed, 3 insertions, 3 deletions


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

@@ -6,11 +6,11 @@
    6     6   "description": "modify request headers",
    7     7   "version": "0.0.0",
    8     8   "browser_action": {
    9    -1     "default_title": "xiHeaders",
   10    -1     "default_icon": "icon.svg"
   -1     9     "default_title": "xiHeaders"
   11    10   },
   12    11   "icons": {
   13    -1     "48": "icon.svg"
   -1    12     "32": "icon.svg",
   -1    13     "64": "icon.svg"
   14    14   },
   15    15   "background": {
   16    16     "scripts": ["src/bg.js"],