{
  "name": "Dig Fall",
  "short_name": "Dig Fall",
  "description": "A retro-themed arcade puzzle game where you dig through colored blocks while collecting relics and power-ups",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#16213e",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
