{
  "name": "TERMINATOR CLEANER",
  "short_name": "T-CLEANER",
  "description": "Military-grade robot vacuum control center",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' fill='%230a0a0a'/><circle cx='96' cy='96' r='60' fill='none' stroke='%23dc2626' stroke-width='4'/><text x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' fill='%23dc2626' font-size='80' font-family='monospace'>T</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    { "name": "Start Cleaning", "url": "/?action=start", "description": "Start cleaning mission" },
    { "name": "Stop", "url": "/?action=stop", "description": "Stop robot" },
    { "name": "Return Home", "url": "/?action=dock", "description": "Return to base" }
  ]
}
