feat: external capture queue and modal-first add flow (v0.1.1)
This commit is contained in:
24
tools/native-host/README.md
Normal file
24
tools/native-host/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# gdown Native Messaging Host (Step 1 MVP)
|
||||
|
||||
## Install (macOS + Chrome)
|
||||
|
||||
```bash
|
||||
cd tools/native-host
|
||||
bash install-macos.sh <EXTENSION_ID>
|
||||
```
|
||||
|
||||
If extension ID is omitted, default ID is used.
|
||||
|
||||
## Smoke test
|
||||
|
||||
```bash
|
||||
cd tools/native-host
|
||||
npm run smoke
|
||||
```
|
||||
|
||||
## Remove
|
||||
|
||||
```bash
|
||||
cd tools/native-host
|
||||
bash uninstall-macos.sh
|
||||
```
|
||||
Reference in New Issue
Block a user