Protocol Handlers
Configuration
pwa:
manifest:
enabled: true
protocol_handlers:
- protocol: "mailto"
url: "/compose?to=%s"
title: "Compose Email"
- protocol: "web+custom"
url:
path: "app_feature1"
params:
foo: "bar"
title: "Open with Feature #1"Considerations When Using Protocol Handlers
Was this helpful?