We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browser_specific_settings
_extension_id
In https://github.com/mozilla-releng/scriptworker-scripts/blob/master/signingscript/src/signingscript/sign.py#L514-L534 , we hardcode our id to applications.gecko.id. It looks like it's also valid to set it to browser_specific_settings.gecko.id, which is more Chrome-compatible. Let's support both.
id
applications.gecko.id
browser_specific_settings.gecko.id
The text was updated successfully, but these errors were encountered:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings
Sorry, something went wrong.
No branches or pull requests
In https://github.com/mozilla-releng/scriptworker-scripts/blob/master/signingscript/src/signingscript/sign.py#L514-L534 , we hardcode our
id
toapplications.gecko.id
. It looks like it's also valid to set it tobrowser_specific_settings.gecko.id
, which is more Chrome-compatible. Let's support both.The text was updated successfully, but these errors were encountered: