omagrab/extension/manifest.json
28allday 1febf47dcb Initial commit: omagrab v0.1.0
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>
2026-06-08 18:53:53 +01:00

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" }
}