From 0ed2c11370062262d4e19c87b8024c99882cac18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sat, 16 Jan 2021 17:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 40e7032..e917698 100644 --- a/manifest.json +++ b/manifest.json @@ -15,6 +15,10 @@ "browser_action": { "default_icon": "icon64.png" }, - "permissions": ["tabs", "chrome://net-internals/#dns"], - "homepage_url": "https://yutent.me" + "permissions": [ + "tabs", + "chrome://net-internals/#dns", + "chrome://extensions/" + ], + "homepage_url": "https://yutent.top" }