{
  "name": "NEST School ERP",
  "short_name": "NEST ERP",
  "description": "School management portal — marks, attendance, students and reports",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0D524F",
  "theme_color": "#0D524F",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "assets/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Enter Marks", "url": "/marks/index.html", "icons": [{ "src": "assets/img/icon-192.png", "sizes": "192x192" }] },
    { "name": "Reports",     "url": "/reports/index.html", "icons": [{ "src": "assets/img/icon-192.png", "sizes": "192x192" }] }
  ]
}
