wizyta oraz widok księdza

This commit is contained in:
2025-06-26 15:57:42 +02:00
commit 0c6faa8bb6
39 changed files with 1465 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{% load pictures %}
{
"name": "{{ parish.name }}",
"display": "standalone",
"scope": "{% url 'parish' parish.slug %}",
"start_url": "{% url 'parish' parish.slug %}",
"icons": [
{
"src": "{% img_url parish.icon file_type="png" width=192 %}",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "{% img_url parish.icon file_type="png" width=512 %}",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}