{
  "name": "The Abacus Computer Training Institute",
  "short_name": "The Abacus",
  "description": "Computer, Tally, spoken English, and career training institute website for students, parents, and institutional partners.",
  "id": "/",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f6f2e8",
  "theme_color": "#10243d",
  "orientation": "portrait-primary",
  "categories": ["education", "business", "productivity"],
  "icons": [
    {
      "src": "/assets/pwa/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/icon-192-maskable.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/pwa/icon-512-maskable.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Courses",
      "short_name": "Courses",
      "description": "Browse all institute courses",
      "url": "/courses.html",
      "icons": [{ "src": "/assets/pwa/icon-192.png?v=3", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Admissions and enquiry contact page",
      "url": "/contact.html",
      "icons": [{ "src": "/assets/pwa/icon-192.png?v=3", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Student Portal",
      "short_name": "Student",
      "description": "Open the student login page",
      "url": "/student-login.php",
      "icons": [{ "src": "/assets/pwa/icon-192.png?v=3", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
