{% extends "devhub/addons/submit/base.html" %} {% block title %}{{ dev_page_title(_('Step 2'), addon) }}{% endblock %} {% block primary %} {# TODO(apps): Finalize copy. #}

{{ _('Step 2. Link to Your App') }}

{% with url="https://developer.mozilla.org/en/apps/Manifest" %} {{ loc('You\'re about to submit your app for all the world to see. All you need to complete this process is a working manifest for your app.')|f(url=url)|safe }} {% endwith %}

Don't forget a protocol! Try adding either http:// or https://.
{{ loc('App URLs must start with a protocol (for example, http:// or https://) and end with either .webapp or .json.') }}
{{ csrf() }}
{% endblock primary %}