{
  "name": "NetSentry Client",
  "short_name": "NetSentry",
  "description": "Enterprise Network Backup & Agent Fleet Controller",
  "start_url": "/nsc/",
  "scope": "/nsc/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0B0F19",
  "theme_color": "#0B0F19",
  "icons": [
    {
      "src": "/nsc/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/nsc/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "business"],
  "shortcuts": [
    {
      "name": "Trigger Scan",
      "url": "/nsc/#scan",
      "description": "Trigger instant LAN scan on agent"
    },
    {
      "name": "Security Posture",
      "url": "/nsc/#posture",
      "description": "View live fleet security posture"
    }
  ]
}
