Files
plugin_recre/static/manifest.json
2026-02-17 23:47:16 +01:00

21 lines
447 B
JSON

{
"name": "CRM Dente de leão",
"short_name": "Recreação",
"start_url": "/web",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#714B67",
"scope": "/",
"icons": [
{
"src": "/plugin_recre/static/img/icon_192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/plugin_recre/static/img/icon_512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}