Skip to content

Commit 7c52ea0

Browse files
committed
remove activeTab permission
1 parent b370d81 commit 7c52ea0

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

app/manifest.chrome.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
"permissions": [
4141
"<all_urls>",
42-
"activeTab",
4342
"contextMenus",
4443
"storage",
4544
"tabs",

app/manifest.edge.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
"permissions": [
4242
"<all_urls>",
43-
"activeTab",
4443
"contextMenus",
4544
"storage",
4645
"tabs",

app/manifest.firefox.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747

4848
"permissions": [
4949
"<all_urls>",
50-
"activeTab",
5150
"contextMenus",
5251
"storage",
5352
"tabs",

app/manifest.opera.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
"permissions": [
4141
"<all_urls>",
42-
"activeTab",
4342
"contextMenus",
4443
"storage",
4544
"tabs",

test/UI/browser-api-dummy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,6 @@ testWindow.chrome = {
12391239
permissions: [
12401240
"tabs",
12411241
"<all_urls>",
1242-
"activeTab",
12431242
"notifications",
12441243
"storage",
12451244
"contextMenus",

0 commit comments

Comments
 (0)