mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-22 03:30:14 +00:00
remove now unused tab permission
This commit is contained in:
parent
aff7c50f94
commit
0b28a0ead6
@ -11,8 +11,7 @@
|
||||
"default_popup": "index.html"
|
||||
},
|
||||
"permissions": [
|
||||
"storage",
|
||||
"tabs"
|
||||
"storage"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
|
@ -11,8 +11,7 @@
|
||||
"default_popup": "index.html"
|
||||
},
|
||||
"permissions": [
|
||||
"storage",
|
||||
"tabs"
|
||||
"storage"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user