{
  "name": "RecuperoAi — Forensic crypto recovery",
  "short_name": "RecuperoAi",
  "description": "AI-driven forensic recovery for funds lost to crypto scams.",
  "id": "/?source=pwa",
  "start_url": "/mobile/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0a0a1a",
  "background_color": "#0a0a1a",
  "categories": ["finance", "productivity", "security"],
  "icons": [
    { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/apple-touch-icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/mobile/dashboard", "icons": [{ "src": "/favicon-32.png", "sizes": "32x32" }] },
    { "name": "New case", "url": "/mobile/case/new", "icons": [{ "src": "/favicon-32.png", "sizes": "32x32" }] }
  ]
}
