{
  "name": "PING — Every Rally Counts",
  "short_name": "PING",
  "description": "Three ways to play: take on the computer, challenge real people head-to-head for free, or wager ADA and the winner takes the pot.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "_comment_orientation": "MUST stay 'any'. It was briefly 'landscape', which was a bug: this app deliberately renders MENUS portrait and rotates only the live game (body.fake-landscape), because portrait-locked wallet browsers cannot rotate at all. Locking the installed app to landscape would hand the menus an orientation they are not designed for and bypass the rotation logic entirely. Let the page decide.",
  "orientation": "any",
  "background_color": "#06060f",
  "theme_color": "#06060f",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/assets/brand/ping-p-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/brand/ping-p-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/brand/ping-p-profile-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
