{
  "name": "Nexus — Velora CM Portal",
  "short_name": "Nexus",
  "description": "Community Manager operations portal for Velora.tv",
  "start_url": "/dashboard.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d0b08",
  "theme_color": "#d4a017",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/nexus-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/nexus-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard.php",
      "icons": [{ "src": "/nexus-icon.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Incidents",
      "short_name": "Incidents",
      "url": "/incidents.php",
      "icons": [{ "src": "/nexus-icon.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Team Chat",
      "short_name": "Chat",
      "url": "/chat.php",
      "icons": [{ "src": "/nexus-icon.png", "sizes": "512x512", "type": "image/png" }]
    }
  ]
}
