{
  "name": "3D 4-in-a-Row",
  "short_name": "3D 4-in-a-Row",
  "description": "A 3D four-in-a-row strategy game with local, AI, and online multiplayer modes",
  "id": "/four-in-a-row.html",
  "start_url": "/four-in-a-row.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1e2540",
  "background_color": "#111520",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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"
    }
  ]
}
