{ "manifest_version": 3, "name": "Velox", "version": "0.1.0", "description": "Hands Firefox downloads to the Velox download manager. Collects the URL, headers and cookies; the daemon does the rest.", "browser_specific_settings": { "gecko": { "id": "velox@velox.download", "strict_min_version": "128.0", "data_collection_permissions": { "required": ["none"] } } }, "background": { "scripts": ["dist/background.js"], "type": "module" }, "permissions": [ "webRequest", "webRequestBlocking", "downloads", "cookies", "contextMenus", "storage", "notifications", "nativeMessaging" ], "host_permissions": [""] }