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" }