From b430b67df91f07e5e5f665f528aa22312770de4f Mon Sep 17 00:00:00 2001 From: Florian Wathling Date: Sat, 21 Mar 2026 01:01:22 +0100 Subject: [PATCH] =?UTF-8?q?Manifestfile=20f=C3=BCe=20Mozilla=20Firefox=20e?= =?UTF-8?q?ndlich=20hinbekommen,=20das=20der=20Bot=20Check=20dort=20klappt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.firefox.json | 15 ++++++++++++--- src/js/boards.js | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/manifest.firefox.json b/manifest.firefox.json index 15cfcd9..4120f4e 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,26 +1,35 @@ { - "manifest_version": 2, + "manifest_version": 3, "name": "Hellion NewTab", "version": "1.2.0", "description": "Personal bookmark dashboard — local, private, no account needed. By Hellion Online Media.", "author": "Florian Wathling – hellion-media.de", "homepage_url": "https://hellion-media.de", + "chrome_url_overrides": { "newtab": "newtab.html" }, + "permissions": [ "storage", "bookmarks" ], + "browser_specific_settings": { "gecko": { "id": "hellion-newtab@hellion-media.de", - "strict_min_version": "109.0" + "strict_min_version": "142.0", + "data_collection_permissions": { + "required": [ + "none" + ] + } } }, + "icons": { "16": "assets/icons/icon16.png", "48": "assets/icons/icon48.png", "128": "assets/icons/icon128.png" } -} +} \ No newline at end of file diff --git a/src/js/boards.js b/src/js/boards.js index 0489f62..b0f2afc 100644 --- a/src/js/boards.js +++ b/src/js/boards.js @@ -273,4 +273,4 @@ function parseBookmarkHtml(html) { }); } return result; -} +} \ No newline at end of file