Skip to content

Commit 2c73523

Browse files
committed
removed tab permission
1 parent b39a1ac commit 2c73523

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

dist/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"permissions": [
77
"storage",
88
"notifications",
9-
"alarms",
10-
"tabs"
9+
"alarms"
1110
],
1211
"action": {
1312
"default_popup": "popup.html"

public/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"permissions": [
77
"storage",
88
"notifications",
9-
"alarms",
10-
"tabs"
9+
"alarms"
1110
],
1211
"action": {
1312
"default_popup": "popup.html"

0 commit comments

Comments
 (0)