hi,
I am trying to run the native messaging app from "Chromium" OS ,
On Linux I am able to run the app as by following the instructions given on the link below
- Linux:
- The manifest file must be placed at
/etc/opt/chrome/native-messaging-hosts/com.my_company.my_application.json, or, for applications installed on user level, ~/.config/google-chrome/NativeMessagingHosts/com.my_company.my_application.json.
On the Chromium , I copied com.my_company.my_application.json
on the same path as /etc/opt/chrome/native-messaging-hosts/
After launching the app,I am getting the error below
"Specified Native messaging host not found."
How to manually deploy and test native messaging app on a Chromium?
Thanks and Regards,
-Vidya