Confirmed users
1,158
edits
No edit summary |
|||
Line 5: | Line 5: | ||
If you want to use native messaging, then you'll need some documentation and learn how to write an add-on using runtime.connectNative. | If you want to use native messaging, then you'll need some documentation and learn how to write an add-on using runtime.connectNative. | ||
* [https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/Runtime/connectNative MDN docs] are brief at the moment. | |||
* [https://developer.chrome.com/extensions/nativeMessaging Chrome docs] are helpful. | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1190682 tracking bug] | |||
* Contact us on #webextensions or on dev-addons see [[Add-ons|getting in touch]]. | |||
You'll need to know where to write the manifest files and that's contained below. | You'll need to know where to write the manifest files and that's contained below. |