Proposal: move browser specific settings to browser_specific_settings
#115
Labels
enhancement
Enhancement or change to an existing feature
implemented: firefox
Implemented in Firefox
implemented: safari
Implemented in Safari
inconsistency
Inconsistent behavior across browsers
neutral: chrome
Not opposed or supportive from Chrome
proposal
Proposal for a change or new feature
Several manifest properties are browser specific like
minimum_chrome_version
andminimum_opera_version
. To align with Safari, Firefox and edgeHTML, these should be defined inbrowser_specific_settings
.Some of these can be specified as being the same for each platform. Like
strict_min_version
andstrict_max_version
, while some are unique for a specific platform likekey
andcontainer
are for Chromium.The text was updated successfully, but these errors were encountered: