Hi,
Maybe this is a silly question, but I submit it though just to be clear.
Is it possible to update the Windows registry from a WebExtension (i mean from a background script) ?
I would like my background.js to create the HKCU\software\Mozilla\NativeMessagingHosts<app_native_name> key
and set the default value to JSON app path
Then launch the native app …
The problem may occur when the webextension is downloaded from a web site …
If there is no needed key in registry, I am pretty sure the webextension won’t work at all.
Thanks for your pointers.
Regards.