From de44207f3aa548e8a75d9e3f609312ab98cb9438 Mon Sep 17 00:00:00 2001 From: Andrei O Date: Sun, 5 Feb 2023 22:16:56 +0200 Subject: [PATCH] changes: for 1.2.1 --- CHANGELOG.md | 4 ++++ manifest.json | 6 +++--- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946f14f..dd2089d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest.json b/manifest.json index 4a21027..df7e778 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { diff --git a/package.json b/package.json index 178417e..2f3aa17 100644 --- a/package.json +++ b/package.json @@ -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": {