{
  "name": "Aisa Labs — Website Intelligence",
  "short_name": "Aisa Labs",
  "description": "Three independent website checks: AI readiness, security and WCAG accessibility.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f7ff",
  "theme_color": "#0d1b3e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Check",
      "url": "/audit/",
      "description": "Check AI readiness"
    },
    {
      "name": "Security Check",
      "url": "/security/",
      "description": "Check security headers"
    },
    {
      "name": "Accessibility Check",
      "url": "/accessibility/",
      "description": "Check WCAG accessibility"
    }
  ]
}
