I am updating an NPAPI-based extension to use native messaging.
Unfortunately, native messaging apps have to be registered under:
HKLM\SOFTWARE\Google\Chrome\NativeMessagingHosts
Whereas my users could previously use the extenison without requiring administrative privileges, they now have to have administrative rights to configure native messaging.
Is there any reason not to allow HKCU for registration of native messaging apps?
Thanks!
- Don