{
  "id": "/?source=pwa",
  "name": "TennisLive",
  "short_name": "TennisLive",
  "description": "Filme, transmita e marque pontos de partidas de tênis amador.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f1418",
  "theme_color": "#1a2026",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["sports", "lifestyle", "entertainment"],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/mobile-1.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "TennisLive no celular" },
    { "src": "/screenshots/desktop-1.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide", "label": "TennisLive no desktop" }
  ],
  "shortcuts": [
    {
      "name": "Nova partida",
      "short_name": "Nova",
      "description": "Criar uma nova partida de tenis",
      "url": "/match/new?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Entrar via codigo",
      "short_name": "Codigo",
      "description": "Abrir uma partida usando codigo ou QR",
      "url": "/?source=shortcut-code",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/?source=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    { "protocol": "web+tennislive", "url": "/?match=%s" }
  ],
  "scope_extensions": [
    { "origin": "https://tennisliveapp.lovable.app" }
  ],
  "file_handlers": [
    {
      "action": "/?source=file",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "note_taking": {
    "new_note_url": "/match/new?source=note"
  },
  "widgets": [
    {
      "name": "Placar ao vivo",
      "short_name": "Placar",
      "description": "Acompanhe o placar da partida em andamento",
      "tag": "tennislive-score",
      "ms_ac_template": "/widgets/score-template.json",
      "data": "/widgets/score-data.json",
      "type": "application/json",
      "screenshots": [
        { "src": "/screenshots/mobile-1.png", "sizes": "1080x1920", "label": "Widget de placar" }
      ],
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "auth": false,
      "update": 900
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "tabbed": {
    "new_tab_button": {
      "url": "/match/new"
    }
  },
  "launch_handler": {
    "client_mode": "auto"
  }
}
