{
  "id": "./",
  "scope": "./",
  "name": "Exploding Hamsters",
  "display": "standalone",
  "start_url": "./",
  "short_name": "Exploding Hamsters",
  "theme_color": "#2b1b54",
  "description": "Exploding Hamsters - the adorable matching puzzle game. Drag the cuddly critters into rows of three and watch them go boom!",
  "orientation": "portrait",
  "background_color": "#2b1b54",
  "prefer_related_applications": false,
  "display_override": [
    "window-controls-overlay"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "assets/app/1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    },
    {
      "src": "assets/app/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/app/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "features": [
    "Strategic Gameplay",
    "Cross-Platform",
    "User-Friendly"
  ],
  "categories": [
    "games",
    "puzzle",
    "strategy"
  ],
  "dir": "ltr",
  "lang": "en"
}
