{
  "name": "goatapp",
  "short_name": "goatapp",
  "description": "Simple and safe marketplace for buying and selling goats in Sri Lanka",
  "theme_color": "#10B981",
  "background_color": "#10B981",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait",
  "icons": [
    {
      "src": "goat-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "goat-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}