major update

This commit is contained in:
naielv
2025-12-12 19:13:53 +01:00
parent cca21ac3d3
commit 60a7649c36
28 changed files with 917 additions and 854 deletions

28
src/manifest.json Normal file
View File

@@ -0,0 +1,28 @@
{
"theme_color": "#23365e",
"background_color": "#ffffff",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "icon512_rounded.png",
"type": "image/png"
}
],
"orientation": "portrait",
"display": "standalone",
"dir": "auto",
"lang": "es-ES",
"start_url": "index.html",
"scope": "/",
"description": "%%TITLE%% - Comunicación Hipersegura",
"id": "telesec.tech.eus",
"name": "%%TITLE%%",
"short_name": "%%TITLE%%"
}