Added build script

This commit is contained in:
naielv
2025-06-27 20:23:33 +02:00
parent 6c29ee0276
commit 5efd9078f7
91 changed files with 3071 additions and 3126 deletions

18
dist/manifest.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"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":"La app de TeleSec",
"id":"telesec.tech.eus",
"name": "TeleSec",
"short_name": "TeleSec"
}