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" + } + ] +}