beesgospel/templates/manifest.json

27 lines
627 B
JSON

{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Bee's Gospel",
"short_name": "Bee's Gospel",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"lang": "fr",
"icons": [{
"src": "{% static 'img/abeille-192.png' %}",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "{% static 'img/abeille-512.png' %}",
"sizes": "512x512",
"type": "image/png"
}, {
"src": "{% static 'img/abeille-1024.png' %}",
"sizes": "1024x1024",
"type": "image/png"
},
{
"src": "{% static 'img/abeille.svg' %}",
"sizes": "any"
}]
}