saadtazi / firefox-profile-js

Firefox Profile creation using nodejs and CLI
MIT License
60 stars 30 forks source link

Read ID from manifest.json's browser_specific_settings #107

Closed Photonios closed 4 years ago

Photonios commented 4 years ago

In an effort to make Chrome extensions fully compatible with Firefox.. Firefox switched to supporting putting the ID in browser_specific_settings.

https://bugzilla.mozilla.org/show_bug.cgi?id=1255564 https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings https://wiki.mozilla.org/WebExtensions/Applications

Part of an effort to address: https://github.com/webdriverio/webdriverio/issues/5095