From 6eeb6390735f8605bab821bcdf9ca10a7aa3aee2 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Tue, 27 May 2025 15:16:54 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a1f5849..799142f 100644 --- a/manifest.json +++ b/manifest.json @@ -1 +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"} \ No newline at end of file +{ + "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" +}