Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read Firefox Extension ID from appropriate location in manifest.json
Previously, when installing an extension that didn't have an install.rdf file and instead relied on using the manifest.json, we weren't looking in the correct place for the extensions gecko ID. https://extensionworkshop.com/documentation/develop/extensions-and-the-add-on-id/#When_do_you_need_an_add-on_ID If someone specifies this ID themselves, we need to check the manifest.json for browser_specific_settings, which then houses the application ID. Otherwise, we can fallback to using the extension name + version.
- Loading branch information