{
  "name": "Vulnora — Security Scanner",
  "short_name": "Vulnora",
  "description": "Free website vulnerability scanner. Scan for SQL injection, XSS, CORS, CSRF, SSL/TLS issues and 60+ security checks.",
  "id": "vulnora-pwa-v1",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#0f766e",
  "lang": "en",
  "categories": ["productivity", "utilities", "security"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Scan",
      "short_name": "Scan",
      "description": "Start a new security scan",
      "url": "/dashboard/new-scan",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan History",
      "short_name": "History",
      "description": "View past scan results",
      "url": "/dashboard/history",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}

