changes: for 1.2.1

This commit is contained in:
Andrei O 2023-02-05 22:16:56 +02:00
parent 5a84fdf7bc
commit de44207f3a
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
[Back to README.md](README.md)
## 1.2.1
- scrap everything found better method of removing brave field without cloning
- reverse code to block brave Solana/EVMwallets instead ask the user to disable them manually if he wishes better privacy
## 1.1.9
- scrap everything found better method of removing brave field without cloning
- reverse code to block brave Solana/EVMwallets instead ask the user to disable them manually if he wishes better privacy

View File

@ -3,8 +3,8 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.1.9",
"version_name": "1.1.9",
"version": "1.2.1",
"version_name": "1.2.1",
"permissions": [],
"content_scripts": [
{
@ -28,7 +28,7 @@
"web_accessible_resources": [
{
"resources": [ "block-script.js" ],
"matches": [ "https://*/*" ]
"matches": [ "https://*/*", "http://*/*" ]
}
],
"icons": {

View File

@ -1,6 +1,6 @@
{
"name": "brave-detection-blocker",
"version": "1.1.9",
"version": "1.2.0",
"description": "Brave extension to block detection of brave browser.",
"main": "block-script.js",
"scripts": {