Registers a custom URL scheme that can be used in match patterns.
This method should be used to register any custom URL schemes used by the app for the extension base URLs,
other than webkit-extension, or if extensions should have access to other supported URL schemes when using <all_urls>.
Parameters
DeprecatedurlScheme: string
The custom URL scheme to register
Returns void
Since
2.48
Deprecated
since 2.52: Use webkit_web_extension_match_pattern_register_custom_url_scheme() instead.
Registers a custom URL scheme that can be used in match patterns.
This method should be used to register any custom URL schemes used by the app for the extension base URLs, other than
webkit-extension, or if extensions should have access to other supported URL schemes when using<all_urls>.