{
  "name": "City Star Public High School App",
  "short_name": "City Star",
  "description": "Official Mobile App for City Star Public High School - Faculty, Parents & Management Portal",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b1120",
  "theme_color": "#4f46e5",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "assets/Logo.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "assets/Logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Collect Fee",
      "short_name": "Fee",
      "description": "Quick Fee Receive Portal",
      "url": "./quick_fee_receive.php",
      "icons": [{ "src": "assets/Logo.jpeg", "sizes": "192x192" }]
    },
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "description": "Mark Daily Student Attendance",
      "url": "./attendance.php",
      "icons": [{ "src": "assets/Logo.jpeg", "sizes": "192x192" }]
    }
  ]
}
