{
  "name": "BESA - Basic Education Student's Association",
  "short_name": "BESA",
  "description": "Official announcements, news, and updates for BESA, UEW.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#800080", // A purple color to match your brand
  "icons": [
    {
      "src": "/Besa.jpeg", // You MUST create these icon files
      "sizes": "192x192",
      "type": "image/jpg",
      "purpose": "any maskable"
    },
    {
      "src": "/Besa.jpeg",
      "sizes": "512x512",
      "type": "image/jpg",
      "purpose": "any maskable"
    }
  ]
}