{
  "name": "Slapper",
  "short_name": "Slapper",
  "description": "A fast-paced slap fighting game with training, free real-time PvP, and optional Solana wager matches.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "background_color": "#070a10",
  "theme_color": "#070a10",
  "categories": ["games", "entertainment", "sports"],
  "lang": "en",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/slapper-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/slapper-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/slapper-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/slapper-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Slapper",
      "short_name": "Play",
      "description": "Jump into a match",
      "url": "/?source=shortcut",
      "icons": [
        {
          "src": "/icons/slapper-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Real-time slapping battles"
    },
    {
      "src": "/pwa/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Portrait-first gameplay"
    }
  ]
}
