# dsh-browser bundle patch — installs the browser runtime as one more row over # the active profile. Install with: # dsh plugin --profile add @anweat/dsh-browser # then boot the profile (the web profile has HMR disabled, so a restart applies it). # # Login state: prefer named `authProfiles` with explicit `allowedDomains` (see # README). `storageStatePath` remains as a legacy global fallback. - insert: - id: browser name: '@anweat/dsh-browser' config: automationMode: standard browserRuntime: playwright channel: chromium headless: true opencliEnabled: true usagePolicy: minDelayMs: 750 maxConcurrency: 2 burst: 3 maxPagesPerRun: 20 maxDepth: 2 retryLimit: 2 backoffBaseMs: 1000 cooldownMs: 30000 verbose: false