From 1d332ea7d1d23efa19f90a67c4347b07b218bed4 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Mon, 23 Feb 2026 20:24:40 +0400 Subject: [PATCH 1/2] Firefox: Specify no data collection required by the extension This extension doesn't track anything about the user or their activities inside the sites (Furbooru/Derpibooru/Tantabus) or inside the extension. --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0fd6be3..27a92de 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,12 @@ "version": "0.6.0", "browser_specific_settings": { "gecko": { - "id": "furbooru-tagging-assistant@thecore.city" + "id": "furbooru-tagging-assistant@thecore.city", + "data_collection_permissions": { + "required": [ + "none" + ] + } } }, "icons": { From ba7b96d888f5c0ede7ee308f7a4dc4b881c0b7e8 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Mon, 23 Feb 2026 20:27:48 +0400 Subject: [PATCH 2/2] Bumped version to 0.6.0.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 27a92de..f9e4949 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Furbooru Tagging Assistant", "description": "Small experimental extension for slightly quicker tagging experience. Furbooru Edition.", - "version": "0.6.0", + "version": "0.6.0.1", "browser_specific_settings": { "gecko": { "id": "furbooru-tagging-assistant@thecore.city", diff --git a/package-lock.json b/package-lock.json index 3061692..17abb08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "furbooru-tagging-assistant", - "version": "0.6.0", + "version": "0.6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "furbooru-tagging-assistant", - "version": "0.6.0", + "version": "0.6.0.1", "dependencies": { "@fortawesome/fontawesome-free": "^7.2.0", "@sveltejs/adapter-static": "^3.0.10", diff --git a/package.json b/package.json index 13fbbf2..23a3fea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.6.0", + "version": "0.6.0.1", "private": true, "type": "module", "scripts": {