{
  "name": "TETRIVCI - Free Online Tetris",
  "short_name": "TETRIVCI",
  "description": "Play free 3D Tetris online in your browser. No download required. Stunning WebGL graphics, global leaderboards, and mobile-friendly controls.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment", "puzzle"],
  "icons": [
    {
      "src": "/public/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/public/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/public/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/public/favicon/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/public/favicon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/public/ogimage.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TETRIVCI gameplay with 3D graphics and space theme"
    }
  ],
  "theme_color": "#0a0a1a",
  "background_color": "#000000",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "any",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Start playing TETRIVCI instantly",
      "url": "/",
      "icons": [
        {
          "src": "/public/favicon/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
