Match section not working for subpaths

I wanted to create a addon which matches on youtube shorts. The shorts have url which is of type

https://www.youtube.com/shorts/

I tried matching it with

“match” : “https://www.youtube.com/shorts/*” and it does not work.

I expect my js file to get triggered when I try to open a youtube short. However it does not work.

If you are using Manifest V3, it’s likely that you are missing permissions for the YouTube page. More info: