| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| app/ | 03-May-2024 | - | 103 | 81 | ||
| host/ | 03-May-2024 | - | 206 | 132 | ||
| README.txt | D | 03-May-2024 | 712 | 20 | 15 |
README.txt
1This directory contains an example of chrome application that uses native 2messaging API that allows to communicate with a native application. 3 4In order for this example to work you must first install the native messaging 5host from the host directory. 6 7To install the host: 8 9On Windows: 10 Add registry key 11 HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.google.chrome.example.echo 12 and set its default value to the full path to 13 host\com.google.chrome.example.echo-win.json . Note that you need to have 14 python installed. 15 16On Mac and Linux: 17 Run install_host.sh script in the host directory: 18 sudo host/install_host.sh 19 You can later use host/uninstall_host.sh to uninstall the host. 20