{
  "short_name": "Orbeats",
  "name": "Orbeats",
  "description": "Official digital platform of ORBIT. A secure, consolidated hub for all member services.",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#111827",
  "background_color": "#F9FAFB",
  "orientation": "portrait-primary",
  "categories": ["education", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "View upcoming events",
      "url": "/events",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your profile",
      "url": "/profile",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    }
  ]
}