{
  "name": "HorseSales.ie — Free Horse Listings in Ireland",
  "short_name": "HorseSales.ie",
  "description": "Buy and sell horses, ponies and foals across all 32 Irish counties. 100% free.",
  "start_url": "/?pwa=1",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme_color": "#3a7a6e",
  "orientation": "portrait-primary",
  "lang": "en-IE",
  "icons": [
    { "src": "/public/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/public/images/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/public/images/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/public/images/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "List a Horse",
      "short_name": "Sell",
      "url": "/add-listing.html",
      "icons": [{ "src": "/public/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Horses",
      "short_name": "Browse",
      "url": "/horses.html",
      "icons": [{ "src": "/public/images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
