You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What manifest keys are required differs per browser.
As baseline, most browsers require manifest_version, name and version.
However, Safari also requires icons and description.
And Firefox under specific circumstances requires browser_specific_settings.gecko.id. See When do you need an add-on ID?.
Potential goals
Make clear documentation what keys are required for what browsers
Streamline the requirements across browsers. For example, requiring icons and description for all browsers, or drop the requirement for Safari, as the description can easily be empty and the icon could be some blank default
Create a single add-on ID which can be used for all browsers / stores
The text was updated successfully, but these errors were encountered:
Background
What manifest keys are required differs per browser.
As baseline, most browsers require
manifest_version
,name
andversion
.However, Safari also requires
icons
anddescription
.And Firefox under specific circumstances requires
browser_specific_settings.gecko.id
. See When do you need an add-on ID?.Potential goals
icons
anddescription
for all browsers, or drop the requirement for Safari, as the description can easily be empty and the icon could be some blank defaultThe text was updated successfully, but these errors were encountered: