{
  "name": "Where Next: the holiday picker",
  "short_name": "Where Next",
  "description": "Settle your group's holiday destination without the arguing.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAF6EE",
  "theme_color": "#FAF6EE",
  "orientation": "any",
  "lang": "en-GB",
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Start a new round", "url": "/", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Join a game", "url": "/#join", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Browse destinations", "url": "/destinations", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ]
}
