A reusable Django app that hosts chrome versioned extension/app packages, providing updates.xml and downloading service.
- Multiple extensions/apps
- Nginx x-sendfile support
- Download count
- Include crxhost/urls.py
manage.py syncdb
- Go to django admin. Add a new crxpackage. Select the package and upload. Other fields will get populated automatically.
- Visit
{% url crx_updates_xml %}
for updates.xml
in settings.py
- CRX_SENDFILE: Use sendfile instead of HttpResponse