Skip to content

Commit

Permalink
Add tabs to permissions
Browse files Browse the repository at this point in the history
`tabs` is needed to make the extension also work if your YouTube page is on the background.
  • Loading branch information
JohnyP36 committed Sep 15, 2022
1 parent 29e65cc commit 077aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest_v3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"matches": [ "*://www.youtube.com/*", "*://music.youtube.com/*", "*://m.youtube.com/*" ]
}
],
"permissions": [ "declarativeContent", "storage" ],
"permissions": [ "declarativeContent", "storage", "tabs" ],
"host_permissions": [ "*://www.youtube.com/*", "*://music.youtube.com/*", "*://m.youtube.com/*" ],
"version": "2.0.0"
}

0 comments on commit 077aefd

Please sign in to comment.