{
  "id": "/",
  "name": "LM Tracks",
  "short_name": "LM Tracks",
  "description": "Browse Les Mills music and tracklists. Search songs and artists, play previews on YouTube, Spotify or Apple Music, and save your favourites.",
  "start_url": "/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "background_color": "#1a1a1a",
  "theme_color": "#E31937",
  "orientation": "portrait-primary",
  "icons": [
    {
      "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": "Search Tracks",
      "short_name": "Search",
      "description": "Search for songs, artists, or programs",
      "url": "/search",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "description": "View your saved favourite tracks",
      "url": "/favorites",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "All Programs",
      "short_name": "Programs",
      "description": "Browse all Les Mills programs",
      "url": "/programs",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["fitness", "music", "entertainment"]
}
