From 78ee3cdb5d9ff4f42cdb24a69996f9782c6d1fc8 Mon Sep 17 00:00:00 2001 From: Eric Lawrence Date: Mon, 10 Jan 2022 14:08:26 -0600 Subject: [PATCH] Update DOCS.md --- DOCS.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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