{
  "name": "Elitopolis",
  "short_name": "Elitopolis",
  "description": "All-in-one student portal - materials, assignments, forms, AI assistant, and more.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F5F7FB",
  "theme_color": "#4A90E2",
  "icons": [
    {
      "src": "logo1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo.png",
      "sizes": "2048x2048",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "680x648",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Application on mobile"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1351x633",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Application on desktop"
    }
  ]
}
