{
  "name": "Outpost! - Threat Intelligence Browser Extension",
  "short_name": "O!",
  "description": "Scan web pages for IOCs (IPs, domains, hashes, URLs) and enrich them with threat intelligence. Built for security analysts and incident responders.",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#eb354d",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/",
  "categories": ["security", "productivity", "utilities"],
  "keywords": [
    "threat intelligence",
    "IOC",
    "security",
    "OSINT",
    "malware analysis",
    "incident response",
    "cyber security"
  ]
}
