{
  "id": "/",
  "name": "STOP - El Juego",
  "short_name": "STOP",
  "description": "El juego de Tutti Frutti / Scattergories — juega solo o con amigos en tiempo real",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#060318",
  "theme_color": "#b5301a",
  "lang": "es",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "iarc_rating_id": "d66d384a-e88a-8929-8160-3f11edc31411",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.replit.stop_el_juego.twa",
      "id": "app.replit.stop_el_juego.twa"
    }
  ],
  "scope_extensions": [
    { "origin": "https://stopeljuego.com" },
    { "origin": "https://www.stopeljuego.com" }
  ],
  "icons": [
    {
      "src": "/images/stop-logo.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pantalla de inicio de STOP"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "STOP en móvil"
    }
  ],
  "shortcuts": [
    {
      "name": "Jugar Solo",
      "short_name": "Solo",
      "url": "/solo",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Multijugador",
      "short_name": "Multi",
      "url": "/multiplayer",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ranking",
      "short_name": "Ranking",
      "url": "/ranking",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/multiplayer",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
