Deep Linking to Windows Installed OMA PWA
Windows supports deep links for OMA PWA when installed using Chrome or Edge browsers. The deep link schema is defined in OMA's manifest.json file and defaults to web+oma:/./.
Note: Deep links are not supported when OMA is running as a web app.
For example, if a browser or application on the same device where OMA is logged in makes a URL request to web+oma://mapfocus?lat=40.9253&long=-81.3981, OMA will navigate to the map page and focus the map on the specified latitude and longitude location.
OMA will need to be configured to process /oma/ commands, as described in
Configuring OMA Deep Link Commands.