Get all firefox profiles - crossplatform
npm install firefox-cookie-path






Get firefox cookie sqlite database path - crossplatform
```
npm i firefox-cookie-path
`javascript
const firefoxCookiePath = require('firefox-cookie-path');
const cookiePath = firefoxCookiePath('default', 'darwin');
console.log(cookiePath);
// Output
// /Users/arshad/Library/Application Support/Firefox/Profiles/w2ddsss2.default
``
Interested in contributing to this project?
You can log any issues or suggestion related to this library here
Read our contributing guide on getting started with contributing to the codebase