Skip to content

Commit

Permalink
extensions: maybe we can get away with activeTab permission only
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Dec 12, 2019
1 parent 07734eb commit 46fe6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/release/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"storage",
"webRequest",
"http://*/json",
"tabs"
"activeTab"
],
"manifest_version": 2
}
2 changes: 1 addition & 1 deletion resources/unpacked/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"storage",
"webRequest",
"http://*/json",
"tabs"
"activeTab"
],
"manifest_version": 2
}

0 comments on commit 46fe6d3

Please sign in to comment.