{% 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 an install.rdf file with at least one of the below applications supported. Only the versions listed below are allowed for these applications. {% 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 an install.rdf file, you still must include one with the required properties as specified here. {% endtrans %}

{% endblock %}