{
  "name": "Love Bandon",
  "short_name": "Love Bandon",
  "description": "The free local directory for Bandon and West Cork. Find businesses, clubs, schools, community services and upcoming events.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#097275",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-IE",
  "categories": [
    "local",
    "community",
    "directory"
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "What's On",
      "short_name": "Events",
      "description": "Browse local events",
      "url": "/whats-on",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Directory",
      "short_name": "Directory",
      "description": "Browse local businesses and clubs",
      "url": "/directory",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}