{
  "name": "WBC Poker",
  "short_name": "Poker",
  "description": "Texas Hold'em No-Limit multiplayer real-time. Heads-Up, 4-max, 6-max con stake VGEM.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#06080d",
  "theme_color": "#0f5c2e",
  "lang": "it",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Heads-Up",
      "short_name": "1v1",
      "description": "Avvia un Sit'n'Go heads-up",
      "url": "/?action=quick_2max",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "4-Max",
      "short_name": "4max",
      "description": "Avvia un Sit'n'Go 4 giocatori",
      "url": "/?action=quick_4max",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "6-Max",
      "short_name": "6max",
      "description": "Avvia un Sit'n'Go 6 giocatori",
      "url": "/?action=quick_6max",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Classifica",
      "short_name": "Top",
      "description": "Vedi classifica giocatori",
      "url": "/leaderboard.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
