Files
ext-rclone-jav/host/com.rcjav.host.json
admin 2d6a95682f Sync working tree before initial Gitea push
- File reorg: popup/options/bulk-check moved to src/ subdirs
- Shared modules: src/shared/id-extract.js, src/options/options-shared.js
- Host updates: rcjav-host.py + register/install scripts
- .gitignore expanded
2026-05-26 22:42:15 +02:00

10 lines
341 B
JSON

{
"name": "com.rcjav.host",
"description": "rclonex native messaging host (rc-jav bridge)",
"path": "D:\\DEV\\Extensions\\Production\\rclone-jav\\host\\rcjav-host.bat",
"type": "stdio",
"allowed_origins": [
"chrome-extension://dklpnjdfcoalaognbgbjoilklfjlnpnj/",
"chrome-extension://fdeddmkchldohogpogpahnkibifciflp/"
]
}