chore: update extension manifest

This commit is contained in:
Steven 2023-08-09 09:04:41 +08:00
parent 1211136037
commit 0ee999a30a
2 changed files with 0 additions and 6 deletions

View File

@ -46,14 +46,8 @@
"typescript": "5.1.6" "typescript": "5.1.6"
}, },
"manifest": { "manifest": {
"host_permissions": [
"http://*/*",
"https://*/*"
],
"permissions": [ "permissions": [
"tabs", "tabs",
"activeTab",
"scripting",
"storage" "storage"
] ]
} }