From 11ba89de0adfdfbfee9407c0198a2df540f5197a Mon Sep 17 00:00:00 2001 From: htyxyt <62530172+htyxyt@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:57:38 +0800 Subject: [PATCH] Update manifest.thunderfird.json --- public/manifest.thunderfird.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/manifest.thunderfird.json b/public/manifest.thunderfird.json index fae7502..2aa3459 100644 --- a/public/manifest.thunderfird.json +++ b/public/manifest.thunderfird.json @@ -6,12 +6,12 @@ "default_locale": "en", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", - "applications": { + "browser_specific_settings": { "gecko": { - "id": "kiss-translator@yourdomain.com", + "id": "yugang2002@gmail.com", "strict_min_version": "78.0" } - }, + }, "background": { "scripts": ["background.js"] }, @@ -51,12 +51,12 @@ } }, "permissions": [ - "messagesRead", - "compose", + "", "storage", "menus", - "messagesModify", - "tabs" + "messagesModify", + "scripting", + "declarativeNetRequest" ], "icons": { "16": "images/logo16.png", @@ -75,4 +75,4 @@ "page": "options.html", "open_in_tab": true } -} \ No newline at end of file +}