Package Exports
- chrome-location2
Readme
chrome-location2

Approximates the current location of the Chrome browser across platforms.
Usage
Via Node.js:
// ESM
import chromeLocation from 'chrome-location2'
// Returns the path to Chrome as a string
console.log(chromeLocation)
// /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
// CommonJS
const chromeLocation = require('chrome-location')
Supported Platforms
- macOS (darwin)
- Windows (win32)
- Linux (default fallback)
Related projects
License
MIT (c) Cezar Augusto.