{
  "name": "Student Dashboard",
  "short_name": "Student App",
  "description": "Official Student ERP for Homework and Fee Management",
  "start_url": "st_men.php",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#1c5fa8",
  "orientation": "portrait",
  "gcm_sender_id": "103953800507",
  "icons": [
    { 
      "src": "icon-std.svg", 
      "sizes": "192x192", 
      "type": "image/svg+xml",
      "purpose": "any"
    },
    { 
      "src": "icon-std.svg", 
      "sizes": "512x512", 
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}