{
  "id": "com.mytradingwallet.app",
  "name": "My Trading Wallet",
  "short_name": "MyTradingWallet",
  "description": "Gestiona tus mercados financieros, cartera de inversión y diario de operaciones con datos en tiempo real.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#1e3a6e",
  "orientation": "any",
  "lang": "es",
  "dir": "ltr",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-v2.png",
      "sizes": "1080x1080",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "My Trading Wallet — Mercados en tiempo real"
    },
    {
      "src": "/icons/screenshot-wide-v2.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "My Trading Wallet — Cartera e inversiones"
    }
  ],
  "shortcuts": [
    {
      "name": "Mercados",
      "short_name": "Mercados",
      "description": "Ver mercados en tiempo real",
      "url": "/mercados?source=shortcut",
      "icons": [{ "src": "/icons/icon-192-v2.png", "sizes": "192x192" }]
    },
    {
      "name": "Mi Cartera",
      "short_name": "Cartera",
      "description": "Ver mi cartera de inversión",
      "url": "/cartera?source=shortcut",
      "icons": [{ "src": "/icons/icon-192-v2.png", "sizes": "192x192" }]
    },
    {
      "name": "Diario",
      "short_name": "Diario",
      "description": "Diario de operaciones",
      "url": "/diario?source=shortcut",
      "icons": [{ "src": "/icons/icon-192-v2.png", "sizes": "192x192" }]
    },
    {
      "name": "Alertas",
      "short_name": "Alertas",
      "description": "Mis alertas de precio",
      "url": "/alertas?source=shortcut",
      "icons": [{ "src": "/icons/icon-192-v2.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/mercados",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+mtw",
      "url": "/?protocol=%s"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.mytradingwallet.app",
      "id": "com.mytradingwallet.app"
    }
  ]
}
