{
  "name": "DentalFlow",
  "short_name": "DentalFlow",
  "description": "Το λειτουργικό σύστημα του σύγχρονου οδοντοτεχνικού εργαστηρίου",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0D1B2A",
  "theme_color": "#0D7377",
  "lang": "el",
  "categories": ["medical", "productivity", "business"],
  "icons": [
    { "src": "/dentalflow-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/dentalflow-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/dentalflow-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/dentalflow-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/dentalflow-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Νέο Περιστατικό",
      "short_name": "Νέο",
      "description": "Δημιουργία νέου περιστατικού",
      "url": "/cases/new",
      "icons": [{ "src": "/dentalflow-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Σήμερα",
      "short_name": "Σήμερα",
      "description": "Σημερινά περιστατικά",
      "url": "/dashboard",
      "icons": [{ "src": "/dentalflow-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
