From a7c4a15d2b3c818f65eb0de397945e3604f0ccfb Mon Sep 17 00:00:00 2001 From: Keiko Date: Tue, 30 Jun 2026 00:34:22 +0000 Subject: [PATCH] =?UTF-8?q?Migraci=C3=B3n=20a=20la=20versi=C3=B3n=20m?= =?UTF-8?q?=C3=A1s=20estable=20de=20Gitea=20en=20Del=20Austral?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..ebfb9c6 --- /dev/null +++ b/manifest.json @@ -0,0 +1,32 @@ +{ + "name": "Del Austral — Historial Clínico", + "short_name": "Del Austral", + "description": "Historial clínico digital para consultorios de salud.", + "start_url": "./index.html", + "scope": "./", + "display": "standalone", + "orientation": "portrait-primary", + "background_color": "#F7F4ED", + "theme_color": "#3D6B63", + "lang": "es-AR", + "icons": [ + { + "src": "assets/icons/icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "assets/icons/icon-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" + }, + { + "src": "assets/icons/icon-maskable-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +}