-
Notifications
You must be signed in to change notification settings - Fork 0
/
.finicky.js
31 lines (31 loc) · 914 Bytes
/
.finicky.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module.exports = {
// defaultBrowser: "Brave Browser",
// defaultBrowser: "Safari",
defaultBrowser: "Vivaldi",
options: {
// Hide the finicky icon from the top bar. Default: false
hideIcon: false,
// Check for update on startup. Default: true
checkForUpdate: true,
// Change the internal list of url shortener services. Default: undefined
//urlShorteners: (list) => [...list, "custom.urlshortener.com"],
// Log every request with basic information to console. Default: false
logRequests: false,
},
handlers: [
{
match: [
/docs\.google\.com/,
/docusign\.net/,
/testrail\.i\.xmatters\.com/,
/datastudio\.google\.com/,
/accounts\.google\.com/,
/accounts\.google\.com/,
/everbridge\.net/,
/xmatters\.com/,
/xmatters\.splunkcloud\.com/,
],
browser: "Google Chrome",
},
],
};