更新插件权限列表

master
宇天 2021-01-16 17:41:18 +08:00
parent e9e7e58529
commit 0ed2c11370
1 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,10 @@
"browser_action": { "browser_action": {
"default_icon": "icon64.png" "default_icon": "icon64.png"
}, },
"permissions": ["tabs", "chrome://net-internals/#dns"], "permissions": [
"homepage_url": "https://yutent.me" "tabs",
"chrome://net-internals/#dns",
"chrome://extensions/"
],
"homepage_url": "https://yutent.top"
} }