{
  "name": "Block Blast",
  "short_name": "Block Blast",
  "description": "A puzzle & arcade game \u2014 drag blocks to clear lines in Block Blast mode, or stack falling pieces in Tetris mode. Play offline anywhere.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0f1a",
  "theme_color": "#6c63ff",
  "categories": [
    "games",
    "puzzle"
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}