addons-server
addons-server copied to clipboard
Restrict manifest v3 to 128.0b1 (Fixes #280)
Fixes #280
This adds two additional checks to our manifest.json parser.
- If a manifest.json has
manifest_version: 3
, require thatstrict_min_version
exists and is greater than or equal to128.0b1
. - If a manifest.json has
manifest_version: 3
don't allow theapplications
key.
cc @jobisoft