If your custom protocol (e.g. web+collab
) stopped working after an update, it might be because some Chrome flags got reset. You can re-enable them as follows:
Open chrome://flags
in your browser.
Search for web-app-manifest-protocol-handlers
and set it to Enabled.
Search for isolated
and enable the required flags.
Open chrome://policies
and click Reload policies.
That’s it! Your custom protocol (web+collab
) should now work again.