{
  "name": "eDosarMedical - Sistem de Gestionare Documente Medicale",
  "short_name": "eDosarMedical",
  "description": "Aplicație pentru gestionarea și stocarea documentelor medicale în siguranță",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f172a' width='192' height='192'/><text x='96' y='120' font-size='80' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'>e</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230f172a' width='512' height='512'/><text x='256' y='380' font-size='200' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'>e</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f1f5f9' width='540' height='720'/><rect fill='%230f172a' width='540' height='80'/><text x='270' y='50' font-size='24' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'>eDosarMedical</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%23f1f5f9' width='1280' height='720'/><rect fill='%230f172a' width='1280' height='80'/><text x='640' y='50' font-size='24' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'>eDosarMedical</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "categories": ["medical", "productivity"],
  "shortcuts": [
    {
      "name": "Incarcare Document",
      "short_name": "Incarca",
      "description": "Incarca rapid un nou document medical",
      "url": "/dashboard?action=upload",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f172a' width='192' height='192'/><path d='M96 48v96M60 108h72' stroke='white' stroke-width='12' fill='none' stroke-linecap='round'/></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Vezi Familii",
      "short_name": "Familii",
      "description": "Vezi și gestionează membrii familiei",
      "url": "/families",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f172a' width='192' height='192'/><circle cx='64' cy='60' r='20' fill='white'/><circle cx='128' cy='60' r='20' fill='white'/><circle cx='96' cy='140' r='20' fill='white'/></svg>",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "document",
          "accept": ["application/pdf", "image/jpeg", "image/png"]
        }
      ]
    }
  }
}
