移除不必须的权限

master
宇天 2020-11-04 18:55:41 +08:00
parent 09a2776dfa
commit a4a2066789
1 changed files with 1 additions and 1 deletions

View File

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