xiHeaders

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

commit
c00d71b8c941b9440672d76cc28927b34109325a
parent
f19fec8557110d55cfd815aac51ece6fd8437971
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-04-25 22:09
bump version to 0.1.0

Diffstat

A CHANGES.md 9 +++++++++
M manifest.json 2 +-

2 files changed, 10 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -0,0 +1,9 @@
   -1     1 # 0.1.0 (2025-04-26)
   -1     2 
   -1     3 -   fix default rules value
   -1     4 -   update to manifest v3
   -1     5 
   -1     6 
   -1     7 # 0.0.0 (2024-08-23)
   -1     8 
   -1     9 initial release

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

@@ -4,7 +4,7 @@
    4     4   "author": "Tobias Bengfort",
    5     5   "homepage_url": "https://github.com/xi/xiHeaders",
    6     6   "description": "modify request headers",
    7    -1   "version": "0.0.0",
   -1     7   "version": "0.1.0",
    8     8   "action": {
    9     9     "default_title": "xiHeaders"
   10    10   },