A yt-dlp TUI for Omarchy. Dual-mode (audio/video) paste-and-queue downloader built with Go + Bubble Tea. Live progress, config view, clipboard launch, and an install.sh that pulls in yt-dlp/ffmpeg/wl-clipboard. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
279 B
JSON
8 lines
279 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Send to omagrab",
|
|
"version": "0.1.0",
|
|
"description": "Right-click a link, video, or page to download it with omagrab.",
|
|
"permissions": ["contextMenus", "scripting", "activeTab"],
|
|
"background": { "service_worker": "background.js" }
|
|
}
|