This updates the manifest to use "<all_urls>" instead of wildcard http(s).
This should be a no-op for now, as this updates all "<all_urls>" listeners to use wildcard http(s) instead.
To be followed by updating appropriate listeners to also process wildcard ws(s) requests, or perhaps to use "<all_urls>" instead. We may also want to add WebSockets request tests. This will resolve PR #2415 and issue #1010.
This updates the manifest to use
"<all_urls>"
instead of wildcard http(s).This should be a no-op for now, as this updates all
"<all_urls>"
listeners to use wildcard http(s) instead.To be followed by updating appropriate listeners to also process wildcard ws(s) requests, or perhaps to use
"<all_urls>"
instead. We may also want to add WebSockets request tests. This will resolve PR #2415 and issue #1010.