{
  "name": "PokerTH Web Client",
  "short_name": "PokerTH",
  "description": "Web client for PokerTH servers \u2014 Texas Hold'em poker",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "background_color": "#161b23",
  "theme_color": "#1d222b",
  "orientation": "any",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "scope_extensions": [
    { "origin": "https://pokerth.net" },
    { "origin": "https://www.pokerth.net" }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pokerth",
      "url": "/?proto=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/?open=file",
      "name": "PokerTH style pack, backup or config.xml",
      "accept": {
        "application/zip": [".zip"],
        "application/json": [".json"],
        "application/xml": [".xml"],
        "text/xml": [".xml"]
      },
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }
      ],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [".zip", ".json", ".xml", "application/zip", "application/json", "application/xml", "text/xml"]
        }
      ]
    }
  },
  "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"
    }
  ],
  "categories": [
    "games",
    "entertainment"
  ],
  "shortcuts": [
    {
      "name": "Join or create a table",
      "short_name": "Play",
      "description": "Connect and jump straight into a game",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }
      ],
      "url": "/?go=play"
    },
    {
      "name": "Create a table",
      "short_name": "Create",
      "description": "Open the create-table form",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }
      ],
      "url": "/?go=create"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/social-preview.png",
      "sizes": "1280x640",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PokerTH Web Client \u2014 play Texas Hold'em in your browser"
    },
    {
      "src": "/screenshots/game.png",
      "sizes": "480x982",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "At the table on a phone \u2014 full 10-seat layout"
    },
    {
      "src": "/screenshots/home.png",
      "sizes": "480x982",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pick a mode \u2014 online, training vs bots or LAN"
    },
    {
      "src": "/screenshots/create.png",
      "sizes": "480x982",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Create a table \u2014 game styles and tournament presets"
    }
  ],
  "lang": "en"
}