I have a requirement that when the user visits a website protocol with certain parameters (appname:url.com/param1/param2), the desktop application must open and read those parameters, I know that this is possible on iOS/Android, on desktop too? where can i read doc.
https://docs.microsoft.com/en-us/windows/msix/app-installer/install-parameters
https://developer.shotgridsoftware.com/af0c94ce/#registering-a-protocol-on-osx
https://stackoverflow.com/questions/68577785/how-to-make-url-protocol-to-launch-application-from-its-own-directory-instead
in Windows/macOS it would be something like this?