From 274e19c3bcecddb80fb3b391b8a5549e94a180c4 Mon Sep 17 00:00:00 2001 From: Henry Till Date: Thu, 25 Jan 2024 11:33:36 -0800 Subject: [PATCH 1/2] README: reformat --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d677703..bae09ee 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Noematic is an experimental browser extension that reimagines bookmarking. When Noematic is currently comprised of two components: -- a web extension, usable in Firefox or Chromium browsers -- a native executable which communicates with the extension using [native messaging](https://developer.chrome.com/docs/extensions/mv3/nativeMessaging/). +- a web extension, usable in Firefox or Chromium browsers +- a native executable which communicates with the extension using [native messaging](https://developer.chrome.com/docs/extensions/mv3/nativeMessaging/). ### Build @@ -53,6 +53,6 @@ The native manifests point directly to the debug executable. ### Useful Documentation -- -- -- +- +- +- From ea995e19f83febc1d60fabaaa7c8a28806b24f55 Mon Sep 17 00:00:00 2001 From: Henry Till Date: Thu, 25 Jan 2024 11:47:41 -0800 Subject: [PATCH 2/2] README: update firefox-related info --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bae09ee..3f2db3c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Noematic is an experimental browser extension that reimagines bookmarking. When Noematic is currently comprised of two components: -- a web extension, usable in Firefox or Chromium browsers +- a web extension, currently usable in Chromium-family browsers. Firefox support is planned (see #1). - a native executable which communicates with the extension using [native messaging](https://developer.chrome.com/docs/extensions/mv3/nativeMessaging/). ### Build @@ -35,21 +35,20 @@ make The extension build products can be loaded from: ``` -extension/dist/firefox extension/dist/chromium ``` ### Native Manifest File -Refer to the native messaging documentation for [Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests) or [Chromium](https://developer.chrome.com/docs/extensions/mv3/nativeMessaging/) for more information, including manifest file locations for various platforms. +Refer to the native messaging documentation for [Chromium](https://developer.chrome.com/docs/extensions/mv3/nativeMessaging/) for more information, including manifest file locations for various platforms. -On Linux, native manifests for both browsers can installed using the following command: +On Linux, a native manifest can be installed using the following command: ```sh make create_host_manifest ``` -The native manifests point directly to the debug executable. +The native manifest points directly to the debug executable. ### Useful Documentation