{
  "name": "Student Hosting Management System",
  "short_name": "SHMS",
  "description": "Affordable web hosting management for students — manage hosting accounts, orders, and support tickets.",
  "start_url": "/student/dashboard.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#6366f1",
  "background_color": "#f8fafc",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "/img/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Student Dashboard",
      "short_name": "Dashboard",
      "url": "/student/dashboard.php",
      "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Hosting",
      "short_name": "Hosting",
      "url": "/student/hosting.php",
      "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "url": "/student/support_tickets.php",
      "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
