JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13167846
  • Score
    100M100P100Q209773F
  • License MIT

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

Package Exports

  • default-browser-id

Readme

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'