@echo off REM Double-click this to register the native messaging host with Brave. REM Reads allowed extension IDs from allowed-extension-ids.json, then runs install-host.ps1. setlocal powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0install-host.ps1" echo. echo Done. Press any key to close. pause >nul