This represents the full .finicky.js module.exports object.
.finicky.js
module.exports
Example:
module.exports = { defaultBrowser: "Google Chrome", options: { hideIcon: false }, handlers: [{ match: finicky.matchDomains("example.com'), browser: "Firefox" }] }
The default browser or app to open for urls where no other handler matches.
An array of Handlers to select which browser to open for urls
An array of Rewriters that can change the url being opened
Generated using TypeDoc
This represents the full
.finicky.js
module.exports
object.Example: