I saw that there is a solution by writing values to registry, is there more human way to this? I found that can be done easily for ClickOnce apps
in the example the specific tag is added to application manifest.
Can I do the same for MAUI?
Probably yes, I found the guy who did it, but there no details at all
You could add the following code to manifest in Platform/Windows folder. Suppose the specific file extension is .fff
And override MauiWinUIApplication.OnLaunched like File activation in MAUI
Hope it helps.