wizyta oraz widok księdza
This commit is contained in:
22
backend/templates/parish/manifest.json
Normal file
22
backend/templates/parish/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user