Skip to content

Instantly share code, notes, and snippets.

@daybrush
Created September 2, 2020 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daybrush/0783736458072be9bd40296c491ced34 to your computer and use it in GitHub Desktop.
Save daybrush/0783736458072be9bd40296c491ced34 to your computer and use it in GitHub Desktop.
// chromium's engine(blink) is based on applewebkit 537.36.
export const CHROMIUM_PRESETS: PresetInfo[] = [
{
test: "(?=.*applewebkit/(53[0-7]|5[0-2]|[0-4]))(?=.*\\schrome)",
id: "chrome",
},
{
test: "chromium",
id: "chrome",
},
{
test: "whale",
id: "chrome",
brand: true,
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment