Release 1.1

This commit is contained in:
Juhani Krekelä 2024-07-25 19:18:44 +03:00
parent e00a62645a
commit 8cd3c35966
2 changed files with 4 additions and 3 deletions

5
README
View file

@ -1,8 +1,9 @@
Private Nitter redirector is a webextension for directing Twitter (X) urls to a
private Nitter instance. It supports HTTP basic authentication.
The extension has been tested with Firefox and Chromium. Safari support is
unknown at this moment.
The extension has been tested to work with Firefox (both desktop and mobile) and
Chromium. When tested on Safari, the authentication did not work, but the
redirect did.
Private Nitter redirector is released under the terms of the Unlicense or, in
case you find it unacceptable, The GNU General Public License v3.0 or later.

View file

@ -7,7 +7,7 @@
"64": "icon-64.png"
},
"description": "Redirect to and authenticate with a private Nitter instance",
"version": "1.0",
"version": "1.1",
"permissions": [
"declarativeNetRequestWithHostAccess",
"storage"