{
  "name": "Start Line",
  "short_name": "Start Line",
  "description": "Enter shows, follow live results, and see when your dog runs.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Live now",
      "short_name": "Live",
      "description": "Rings running right now",
      "url": "/live?source=pwa"
    },
    {
      "name": "My entries",
      "short_name": "Entries",
      "description": "Shows you have entered",
      "url": "/entries?source=pwa"
    }
  ]
}
