mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-27 20:44:43 +00:00
14 lines
353 B
JSON
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"
|
|
}
|