{
  "id": "/2048-clean-smooth-minimal",
  "author": "Minh Edward",
  "name": "2048 Clean - Clean • Smooth • Minimal",
  "short_name": "2048 Clean",
  "description": "The cleanest 2048 experience on a compact 3×3 grid. Smooth, minimal, and buttery fast.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F2EDE8",
  "theme_color": "#EDC22E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ]
}