{
  "name": "Manx Places",
  "short_name": "ManxPlaces",
  "description": "Places of interest near you, or anywhere on the island, so you know what to look for when you get there.",
  "id": "/nearby/",
  "start_url": "/nearby/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3f3f3",
  "theme_color": "#0D7377",
  "lang": "en-GB",
  "categories": [
    "education",
    "travel",
    "reference"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Heritage near me",
      "short_name": "Nearby",
      "url": "/nearby/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Browse the island map",
      "short_name": "Map",
      "url": "/have-a-skeet",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Home",
      "short_name": "Home",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}