{% extends "base_side_categories.html" %} {% block title %}{{ page_title(_('Application Versions')) }}{% endblock %} {% block rss_feed %} {% endblock %} {% block content %}

{{ _('Valid Application Versions') }}

{% trans %} Add-ons submitted to Mozilla Add-ons must have a manifest file with at least one of the below applications supported. Only the versions listed below are allowed for these applications. {% endtrans %}

{% trans version_url=_('https://developer.mozilla.org/Add-ons/WebExtensions/manifest.json/applications') %} Please be aware that WebExtensions will not accept a "*" in strict_min_version. {% endtrans %}

{% for app in apps %}

{{ app.pretty }}

{% endfor %}

{% trans url=_('http://developer.mozilla.org/en/docs/Install_Manifests') %} If your supported application does not require a manifest file, you still must include one with the required properties as specified here. {% endtrans %}

{% endblock %}