{
    "name": "Branxton Greta Swim Club",
    "short_name": "Redbacks",
    "start_url": "/",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "theme_color": "#ccc",
    "background_color": "#181818",
    "display": "standalone",
    "shortcuts": [
        {
          "name": "Swim registration",
          "short_name": "Register",
          "description": "Register your swimmer/s for upcoming events",
          "url": "/swim-registration",
          "icons": [{ "src": "/images/icons/shortcuts/swim-registration.png", "sizes": "192x192" }]
        },
        {
          "name": "Swim times",
          "short_name": "Times",
          "description": "View swimming times posted after each club meet",
          "url": "/swim-times",
          "icons": [{ "src": "/images/icons/shortcuts/swim-times.png", "sizes": "192x192" }]
        },
        {
          "name": "Upcoming events",
          "short_name": "Events",
          "description": "View upcoming club events",
          "url": "/events",
          "icons": [{ "src": "/images/icons/shortcuts/events.png", "sizes": "192x192" }]
        },
        {
          "name": "Latest news",
          "short_name": "News",
          "description": "View the latest club news",
          "url": "/news",
          "icons": [{ "src": "/images/icons/shortcuts/news.png", "sizes": "192x192" }]
        }
    ]
}