{% extends 'developers/base_impala.html' %} {% set title = _('Submit an App') %} {% block title %}{{ hub_page_title(title) }}{% endblock %} {% block content %} {{ hub_breadcrumbs(items=[(None, _('Submit App'))]) }}

{{ _('Submit an App') }}

{{ progress(request, addon=None, step=step) }}

{{ _("Where's Your Manifest?") }}

{% trans doc_url='https://developer.mozilla.org/en/Apps/The_Manifest' %} Kick off things by creating your app's manifest and entering its URL below. Learn about manifests. {% endtrans %}

{% trans http='http://', https='https://' %} Don't forget a protocol! Try adding either {{ http }} or {{ https }}. {% endtrans %}
{{ _('Manifest URLs must start with a protocol (for example, ' 'http:// or https://) and ' 'typically use the .webapp extension.')|safe }}
{{ csrf() }}
{% endblock %}