{
  "name": "BiaPong — pong for two on one phone",
  "short_name": "BiaPong",
  "description": "Pong for two people sharing a single phone. Lay it flat on the table, take a side each and slide your thumb. Also plays solo against the machine, plus a Zen rally with no score. Works offline, no ads.",
  "id": "/games/biapong/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "prefer_related_applications": false,
  "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-portrait.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Two players sharing one screen"
    }
  ],
  "shortcuts": [
    {
      "name": "2 Players",
      "short_name": "2 Players",
      "description": "One phone, one screen, a side each",
      "url": "./?mode=2p"
    },
    {
      "name": "Zen Rally",
      "short_name": "Zen",
      "description": "No score, no losing",
      "url": "./?mode=zen"
    }
  ]
}
