From a02a9886746adbe218463dcde65b69e4471dd600 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Sun, 5 Apr 2026 12:16:55 -0500 Subject: [PATCH] chore: update manifest according to web-ext lint indications --- manifest.json | 7 +++++-- panel.html | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index b1137f0..b08b31e 100644 --- a/manifest.json +++ b/manifest.json @@ -5,11 +5,14 @@ "version": "1.0", "browser_specific_settings": { "gecko": { - "strict_min_version": "54.0a1" + "id": "@nicos-weg-vocab-exporter.aloussase", + "data_collection_permissions": { + "required": ["none"] + } } }, "sidebar_action": { - "default_icon": "icons/star.png", + "default_icon": "icon.png", "default_title" : "Export vocabulary", "default_panel": "panel.html" }, diff --git a/panel.html b/panel.html index 5663d79..b77b932 100644 --- a/panel.html +++ b/panel.html @@ -5,8 +5,6 @@ - - -- 2.43.0