{
  "name": "IND Domain Guard",
  "short_name": "Domain Guard",
  "description": "Attack surface management, domain intelligence, DNSSEC validation, TLS inspection, and dangling takeover detection.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#030712",
  "orientation": "portrait-primary",
  "categories": ["security", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Domain Matrix",
      "short_name": "Matrix",
      "description": "View domain asset inventory and telemetry",
      "url": "/?view=domain-matrix",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Attack Surface",
      "short_name": "Attack Surface",
      "description": "Inspect discovered subdomains and infrastructure",
      "url": "/?view=attack-surface",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Alerts Gateway",
      "short_name": "Alerts",
      "description": "Configure SMTP, Telegram, and Web Push notifications",
      "url": "/?view=byo-gateway",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
