{
  "name": "Data Bait",
  "short_name": "Data Bait",
  "description": "Database security with moving cipher defense and honeypot intelligence.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0D1117",
  "background_color": "#0D1117",
  "categories": ["security", "business", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your security dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Threats",
      "short_name": "Threats",
      "description": "View active threats",
      "url": "/threats",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    }
  ]
}
