diff --git a/DOCS.md b/DOCS.md index 7d8a5f6..c11a61f 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1,11 +1,8 @@ -[My blog on Native Messaging](https://textslashplain.com/2020/09/04/web-to-app-communication-the-native-messaging-api/) - -[Edge DevDocs on Native Messaging](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/native-messaging?tabs=windows) - -The tl;dr is that the extension spawns a native executable and communicates with it over stdin/stdout. - -The debugging process for Edge is the same as that for Chrome: https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-debugging - +The tl;dr is that the extension spawns a native executable and communicates with it over stdin/stdout. +- [Explainer Blog Post](https://textslashplain.com/2022/01/08/debug-native-messaging/) +- [My blog on Native Messaging](https://textslashplain.com/2020/09/04/web-to-app-communication-the-native-messaging-api/) +- [Chrome DevDocs](https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-debugging) +- [Edge DevDocs on Native Messaging](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/native-messaging?tabs=windows) TODO: Make this a docs page. https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site#creating-your-site