chore: clarify browser extension submodule

This commit is contained in:
NimBold
2026-07-10 19:23:45 +03:30
parent 248f3869ad
commit 629a34d1e8
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ implementation_plan.md
CROSS_PLATFORM_CHECKLIST.md CROSS_PLATFORM_CHECKLIST.md
Cross-platform-checklist-gemini.MD Cross-platform-checklist-gemini.MD
YouTube_media_download_handoff.md YouTube_media_download_handoff.md
Release_checklist.md
# Frontend output and logs # Frontend output and logs
node_modules/ node_modules/
+2 -2
View File
@@ -1,3 +1,3 @@
[submodule "Extensions/Firefox"] [submodule "Extensions/Browser"]
path = Extensions/Firefox path = Extensions/Browser
url = https://github.com/nimbold/Firelink-Extension.git url = https://github.com/nimbold/Firelink-Extension.git
+2 -2
View File
@@ -83,7 +83,7 @@ What it adds:
Install the extension, open Firelink, then pair it from **Settings -> Integrations**. Firefox users can install from Mozilla Add-ons. Chromium users can use the [manual load-unpacked flow](https://github.com/nimbold/Firelink-Extension#manual-chromium-installation) with `firelink-chromium.zip` from the [extension releases](https://github.com/nimbold/Firelink-Extension/releases). Firelink Companion 2.0.2 is the matching extension release for Firelink 1.0.3. Install the extension, open Firelink, then pair it from **Settings -> Integrations**. Firefox users can install from Mozilla Add-ons. Chromium users can use the [manual load-unpacked flow](https://github.com/nimbold/Firelink-Extension#manual-chromium-installation) with `firelink-chromium.zip` from the [extension releases](https://github.com/nimbold/Firelink-Extension/releases). Firelink Companion 2.0.2 is the matching extension release for Firelink 1.0.3.
The extension lives in [Firelink-Extension](https://github.com/nimbold/Firelink-Extension). This repo also vendors it as the `Extensions/Firefox` submodule. The extension lives in [Firelink-Extension](https://github.com/nimbold/Firelink-Extension). This repo also vendors it as the `Extensions/Browser` submodule.
## Platforms ## Platforms
@@ -148,7 +148,7 @@ Build staging includes only the current target. See `engines.lock.json`, `engine
├── src/ React and TypeScript interface ├── src/ React and TypeScript interface
├── src-tauri/ Rust backend, Tauri config, and native tests ├── src-tauri/ Rust backend, Tauri config, and native tests
├── scripts/ Engine provisioning, release, and smoke-test tooling ├── scripts/ Engine provisioning, release, and smoke-test tooling
└── Extensions/Firefox/ Firelink Companion submodule └── Extensions/Browser/ Firelink Companion submodule
``` ```
## Help and Project Status ## Help and Project Status