Skip to content

Commit 077aefd

Browse files
authored
Add tabs to permissions
`tabs` is needed to make the extension also work if your YouTube page is on the background.
1 parent 29e65cc commit 077aefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest_v3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"matches": [ "*://www.youtube.com/*", "*://music.youtube.com/*", "*://m.youtube.com/*" ]
3939
}
4040
],
41-
"permissions": [ "declarativeContent", "storage" ],
41+
"permissions": [ "declarativeContent", "storage", "tabs" ],
4242
"host_permissions": [ "*://www.youtube.com/*", "*://music.youtube.com/*", "*://m.youtube.com/*" ],
4343
"version": "2.0.0"
4444
}

0 commit comments

Comments
 (0)