{
  "name": "DrowsyGuard - AI Drowsiness Detection",
  "short_name": "DrowsyGuard",
  "description": "Real-time AI-powered drowsiness detection using facial landmark analysis",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030711",
  "theme_color": "#030711",
  "categories": ["health", "utilities", "safety"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><circle cx='256' cy='256' r='240' fill='%23050912' stroke='%2300d4ff' stroke-width='16'/><circle cx='256' cy='256' r='100' fill='none' stroke='%2300d4ff' stroke-width='12'/><circle cx='256' cy='256' r='40' fill='%2300d4ff'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><circle cx='96' cy='96' r='90' fill='%23050912' stroke='%2300d4ff' stroke-width='8'/><circle cx='96' cy='96' r='35' fill='none' stroke='%2300d4ff' stroke-width='5'/><circle cx='96' cy='96' r='15' fill='%2300d4ff'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Detection",
      "short_name": "Start",
      "description": "Activate the drowsiness detection system",
      "url": "/#start",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='44' fill='%23050912' stroke='%2300d4ff' stroke-width='4'/></svg>", "sizes": "96x96" }]
    }
  ]
}