{
  "name": "RSA EDU App",
  "short_name": "RSA EDU",
  "description": "Εφαρμογή πρόσβασης μαθητή και γονέα στην εκπαιδευτική πλατφόρμα RSA EDU.",
  "start_url": "/auth/login.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "el-GR",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/app/rsa-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/app/rsa-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}