{
  "name": "CryptoIQ Sentinel",
  "short_name": "Sentinel",
  "description": "Backend-gated crypto trading cockpit — live signals, positions, liquidation heatmap and verifiable execution truth, with push alerts.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0b0d12",
  "theme_color": "#0b0d12",
  "categories": ["finance", "business"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Posiciones", "short_name": "Posiciones", "url": "/app?view=positions", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Alertas", "short_name": "Alertas", "url": "/app?view=alerts", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
