{
  "name": "EAGLEYE Threat Intelligence",
  "short_name": "EAGLEYE",
  "description": "Cyber threat intelligence dashboard — aggregated feeds, IoC enrichment, KEV overlay, SOC triage workflow",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0a0e1a",
  "background_color": "#0a0e1a",
  "categories": ["security", "productivity", "news"],
  "icons": [
    {
      "src": "static/Eagleye-S.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "static/Eagleye-S.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "static/Eagleye-S.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Critical only",
      "short_name": "Critical",
      "description": "Filter to critical severity items",
      "url": "./?filter=critical"
    },
    {
      "name": "In Scope",
      "short_name": "In Scope",
      "description": "Show items matching your stack",
      "url": "./?filter=inscope"
    }
  ]
}
