{
  "name": "MINETRIS",
  "short_name": "MINETRIS",
  "description": "Minecraft-themed Tetris — mine blocks, build combos, survive!",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#4ade80",
  "orientation": "any",
  "scope": "./",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot.png",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MINETRIS gameplay"
    }
  ],
  "categories": ["games", "entertainment"]
}
