docs/static/manifest.json

15 lines
312 B
JSON
Raw Normal View History

2025-08-19 10:00:15 +00:00
{
"short_name": "TP-Docs",
"name": "Tecnopack documentation",
"icons": [
{
"src": "/dc/img/favicon192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/dc/",
"display": "standalone",
"theme_color": "rgb(37, 194, 160)",
"background_color": "#ffffff"
}