{% extends "devhub/addons/submit/base.html" %} {% block title %}{{ dev_page_title(_('Step 1'), addon) }}{% endblock %} {% block primary %}

{{ _('Step 1. Getting Started') }}

{% if webapp %}

{% with url="https://developer.mozilla.org/en/apps/Manifest" %} {{ loc('To list your app, we need to know where to find it. Give us the URL to your manifest below.')|f(url=url)|safe }} {% endwith %}

{% else %}

{% trans %} Hosting your add-on in our gallery is the best way to expose your work to millions of Firefox users. We'll provide everything you need to distribute and update your add-on for free. {% endtrans %}

{% trans %} To complete this submission process you'll need your add-on package (.xpi, .jar, or .xml) and at least one screenshot of your add-on in action. {% endtrans %}

{% endif %}

{% trans %} When you're ready to begin, please read and accept our Developer Agreement: {% endtrans %}

{% if webapp %} {% include 'amo/developer_webapp_agreement.html' %} {% else %} {% include 'amo/developer_agreement.html' %} {% endif %}
{{ csrf() }} {{ _('or Cancel')|f(url('devhub.index'))|safe }}
{% endblock %}