From ce45bdb8dd045a92540fff8991f927e1813b90c7 Mon Sep 17 00:00:00 2001 From: THR-hub Date: Sat, 5 Apr 2025 23:22:02 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20extension-manifest.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add extension ID which adds support for Firefox addon. 通过添加 extension ID 提供对 Firefox 拓展的支持。 Signed-off-by: THR-hub --- extension-manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/extension-manifest.json b/extension-manifest.json index af7c4f3..1376582 100644 --- a/extension-manifest.json +++ b/extension-manifest.json @@ -19,5 +19,11 @@ "action": { "default_icon": "img/icons/favicon-32x32.png", "default_popup": "./popup.html" + }, + "browser_specific_settings": { + "gecko": { + "id": "addon@unlock-music.dev", + "strict_min_version": "128.0" + } } -} +} \ No newline at end of file