{
  "name": "Greensland Academy — School Management System",
  "short_name": "Greensland",
  "description": "Greensland Academy School Management System — Dedicated to Excellence",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='38' fill='%2316a34a'/><text y='.85em' font-size='140' x='22' fill='white' font-weight='bold' font-family='Arial'>G</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%2316a34a'/><text y='.85em' font-size='380' x='55' fill='white' font-weight='bold' font-family='Arial'>G</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the main dashboard",
      "url": "/",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='18' fill='%2316a34a'/><text y='.85em' font-size='70' x='11' fill='white' font-weight='bold' font-family='Arial'>G</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Students",
      "short_name": "Students",
      "description": "View student records",
      "url": "/students"
    },
    {
      "name": "Finance",
      "short_name": "Finance",
      "description": "View fee collection and payments",
      "url": "/finance"
    },
    {
      "name": "Parent Portal",
      "short_name": "Fee Portal",
      "description": "Check child's fee balance",
      "url": "/parent-portal"
    }
  ]
}
