Get the bundle identifier of the default browser (macOS)
Example:com.apple.Safari
npm install default-browser-idimport defaultBrowserId from 'default-browser-id';
console.log(await defaultBrowserId());
//=> 'com.apple.Safari'| Name | Name | Last commit date | ||
|---|---|---|---|---|
Get the bundle identifier of the default browser (macOS)
Example:com.apple.Safari
npm install default-browser-idimport defaultBrowserId from 'default-browser-id';
console.log(await defaultBrowserId());
//=> 'com.apple.Safari'