remove activeTab permission
This commit is contained in:
parent
37f030f671
commit
d0e7e359e1
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Kobo Price",
|
"name": "Kobo Price",
|
||||||
"description": "Find lowest book price on kobo.com",
|
"description": "Find lowest book price on kobo.com",
|
||||||
"version": "1.1.5",
|
"version": "1.1.7",
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"permissions": ["activeTab"],
|
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"js": ["dist/index.js"],
|
"js": ["dist/index.js"],
|
||||||
|
|
Loading…
Reference in a new issue