URL patterns for subdirectories/subpaths works on Firefox, but it doesn't work on Chrome. For example opening https://github.com/foxyproxy/browser-extension using pattern https://github.com/foxyproxy/* (Match/Wildcard) or ^https://github\.com/foxyproxy/ (RegExp) works on Firefox, but not on Chrome. Is this a bug or Chrome-specific limitation?
Thanks.