{
  "id": "/",
  "name": "BetWatch",
  "short_name": "BetWatch",
  "description": "Sigue tus apuestas con notificaciones en tiempo real para no perderte ningún detalle.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "lang": "es",
  "dir": "ltr",
  "categories": ["sports", "utilities", "lifestyle"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "scope_extensions": [
    { "origin": "https://betbuddyalerts.com" },
    { "origin": "https://www.betbuddyalerts.com" },
    { "origin": "https://game-gentle.lovable.app" }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "tabbed": {
    "new_tab_button": {
      "url": "/?tab=new"
    }
  },
  "note_taking": {
    "new_note_url": "/?action=new-bet"
  },
  "file_handlers": [
    {
      "action": "/?action=import-bet",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"]
      },
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+betwatch",
      "url": "/?bet=%s"
    }
  ],
  "share_target": {
    "action": "/?action=share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "screenshot",
          "accept": ["image/png", "image/jpeg", "image/webp"]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "Apuestas activas",
      "short_name": "Activas",
      "description": "Resumen rápido de tus apuestas en curso",
      "tag": "active-bets",
      "ms_ac_template": "/widgets/active-bets-template.json",
      "data": "/widgets/active-bets-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot-mobile-1.png",
          "sizes": "390x844",
          "label": "Widget de apuestas activas"
        }
      ],
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "auth": false,
      "update": 900
    }
  ],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantalla principal de BetWatch en móvil"
    },
    {
      "src": "/screenshot-desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vista de escritorio de BetWatch"
    }
  ],
  "shortcuts": [
    {
      "name": "Nueva apuesta",
      "short_name": "Nueva",
      "description": "Crear una nueva apuesta",
      "url": "/?action=new-bet",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Apuestas activas",
      "short_name": "Activas",
      "description": "Ver tus apuestas en curso",
      "url": "/?tab=active",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Partidos del día",
      "short_name": "Partidos",
      "description": "Ver partidos disponibles",
      "url": "/?tab=matches",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
