{
  "name": "Hulme Barbers",
  "short_name": "Hulme Barbers",
  "description": "Classic cuts & grooming on Stretford Road, Hulme, Manchester. Walk-ins welcome 7 days a week.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#c9a84c",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "lifestyle",
    "health",
    "beauty"
  ],
  "shortcuts": [
    {
      "name": "Call Us",
      "short_name": "Call",
      "description": "Call Hulme Barbers directly",
      "url": "./index.html?action=call",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Opening Hours",
      "short_name": "Hours",
      "description": "View opening hours",
      "url": "./index.html?action=hours",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}