export default { defaultBrowser: "LibreWolf", rewrite: [ { match: "x.com/*", url: (url) => { url.host = "xcancel.com"; return url; }, }, ], handlers: [ { match: "bsky.app/*", browser: "LirbeWolf", } ], };