{
  "name": "SOFA-2 Calculator",
  "short_name": "SOFA-2",
  "lang": "en-US",
  "dir": "ltr",
  "description": "Instant SOFA-2 calculation. Trusted, multilingual, and designed for global healthcare professionals.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "categories": ["medical", "health", "education", "productivity"],
  "prefer_related_applications": false,
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-pt-br-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Tela inicial em Português (Brasil)"
    },
    {
      "src": "/screenshots/result-en-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "SOFA-2 result in English"
    },
    {
      "src": "/screenshots/faq-720x1280.png",
      "sizes": "720x1280",
      "type": "image/png",
      "label": "FAQ"
    }
  ],
  "shortcuts": [
    {
      "name": "Abrir em Português (Brasil)",
      "short_name": "SOFA-2 (PT)",
      "description": "Abrir a calculadora em Português (Brasil)",
      "url": "/index.html?lang=pt-BR",
      "icons": [
        { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Open in English",
      "short_name": "SOFA-2 (EN)",
      "description": "Open the calculator in English",
      "url": "/index.html?lang=en",
      "icons": [
        { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Ouvrir en Français",
      "short_name": "SOFA-2 (FR)",
      "description": "Ouvrir la calculatrice en français",
      "url": "/index.html?lang=fr-FR",
      "icons": [
        { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Abrir en Español",
      "short_name": "SOFA-2 (ES)",
      "description": "Abrir la calculadora en español",
      "url": "/index.html?lang=es-ES",
      "icons": [
        { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ]
}
