bookwyrm/bookwyrm/templates/manifest.json
2023-09-07 13:41:31 +01:00

14 lines
353 B
JSON

{% load static %}
{
"name": "Bookwyrm",
"description": "Social network for tracking your reading",
"icons": [
{
"src": "{% if site.logo %}{{ media_full_url }}{{ site.logo }}{% else %}{% static 'images/logo.png' %}{% endif %}",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone"
}