{
  "id": "/our-australian-adventure/",
  "name": "Wayfinder",
  "short_name": "Wayfinder",
  "description": "5,100+ real places worth going, ticked off together.",
  "lang": "en-AU",
  "dir": "ltr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6efe6",
  "theme_color": "#8c3d1f",
  "categories": [
    "travel",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pick something at random",
      "short_name": "Random",
      "url": "./?shortcut=random",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Near me",
      "short_name": "Near me",
      "url": "./?shortcut=near",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My passport",
      "short_name": "Passport",
      "url": "./?shortcut=passport",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
