xiHeaders

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

commit
4fe8b80c9a5abc9c7ab0803ce786368347a6323c
parent
2c239080398c0f7258e351aa4812293ccf75939b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-08-23 14:15
add gecko id

Diffstat

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

1 files changed, 6 insertions, 1 deletions


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

@@ -26,5 +26,10 @@
   26    26     "webRequest",
   27    27     "webRequestBlocking",
   28    28     "<all_urls>"
   29    -1   ]
   -1    29   ],
   -1    30   "browser_specific_settings": {
   -1    31     "gecko": {
   -1    32       "id": "{e9f94aa2-686b-405b-884c-69be4dfe993b}"
   -1    33     }
   -1    34   }
   30    35 }