export type Browser = 'chrome';

export const DEFAULT_BROWSER: Browser = 'chrome';
