{
  "name": "Farmhand Match",
  "short_name": "Farmhand",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#2c3e50",
  "theme_color": "#4CAF50",
  "description": "A match-3 farming game",
  "icons": [
    {
      "src": "src/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "src/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}