Skip to content

Commit

Permalink
Fix browserAction star highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Oct 18, 2019
1 parent 8976beb commit 933e7d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internals/buildversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
518
521
4 changes: 2 additions & 2 deletions internals/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ var m = {
let temp = [...value]

//Firefox do not support 'activeTab' as expected
if (global.platform == "firefox")
temp = temp.map(v=>v=='activeTab' ? 'tabs' : v)
//if (global.platform == "firefox")
// temp = temp.map(v=>v=='activeTab' ? 'tabs' : v)

// maybe need also:
// "*://*/*",
Expand Down
2 changes: 1 addition & 1 deletion src/config/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"permissions": [
"contextMenus",
"notifications",
"activeTab"
"tabs"
],

"content_scripts": [
Expand Down

0 comments on commit 933e7d3

Please sign in to comment.