Files
skills-here-run-place/node_modules/default-browser-id
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00
..
2026-02-12 02:04:10 +01:00
2026-02-12 02:04:10 +01:00
2026-02-12 02:04:10 +01:00
2026-02-12 02:04:10 +01:00

default-browser-id

Get the bundle identifier of the default browser (macOS)
Example: com.apple.Safari

Install

npm install default-browser-id

Usage

import defaultBrowserId from 'default-browser-id';

console.log(await defaultBrowserId());
//=> 'com.apple.Safari'