Skip to content

Commit

Permalink
Use activeTab instead of tabs permission (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Beade committed Mar 10, 2020
1 parent 3826275 commit 06b15c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Browser WebSocket Client",
"manifest_version": 2,
"version": "1.4.1",
"version": "1.4.2",
"description": "Connect to a WebSocket server to send and receive raw JSON messages.",
"icons": {
"16": "icon_016.png",
Expand All @@ -21,7 +21,7 @@
"permissions": [
"https://www.google-analytics.com/",
"storage",
"tabs",
"activeTab",
"downloads"
]
}

0 comments on commit 06b15c7

Please sign in to comment.