{
  "name": "The Spotters Notebook",
  "short_name": "Spotters Notebook",
  "id": "./",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#03173d",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Aircraft Spotting",
      "short_name": "Planes",
      "description": "Jump straight to Aircraft Spotting",
      "url": "./aircraft",
      "icons": [
        {
          "src": "icons/flight.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Train Spotting",
      "short_name": "Trains",
      "description": "Jump straight to Train Spotting",
      "url": "./trains",
      "icons": [
        {
          "src": "icons/train.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Bus Spotting",
      "short_name": "Buses",
      "description": "Jump straight to Bus Spotting",
      "url": "./buses",
      "icons": [
        {
          "src": "icons/directions_bus.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Ship Spotting",
      "short_name": "Ships",
      "description": "Jump straight to Ship Spotting",
      "url": "./ships",
      "icons": [
        {
          "src": "icons/directions_boat.svg",
          "type": "image/svg+xml",
          "sizes": "any"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ]
}
