"browser_specific_settings": {
"gecko": {
"id": "@addon-example",
"strict_min_version": "58.0"
}
}
"browser_specific_settings": {
"gecko": {
"id": "@addon-example",
"data_collection_permissions": { "required": ["none"] },
"strict_min_version": "140.0"
}
}
Alternatively, a more complex example could be presented with an "optional" key too.
But this is what most people will need.
I would also update the strict_min_version to 140 since data collection requires modern Firefox and 140 is the first ESR that supports it.
MDN URL
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings
What specific section or headline is this issue about?
"Example" at the very top
What information was incorrect, unhelpful, or incomplete?
What did you expect to see?
Alternatively, a more complex example could be presented with an "optional" key too.
But this is what most people will need.
I would also update the
strict_min_versionto 140 since data collection requires modern Firefox and 140 is the first ESR that supports it.Do you have any supporting links, references, or citations?
https://extensionworkshop.com/documentation/develop/firefox-builtin-data-consent/
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/mozilla/add-ons/webextensions/manifest.json/browser_specific_settings