{
  "id": "/?source=pwa",
  "name": "GYM with GRIZZ",
  "short_name": "GYM with GRIZZ",
  "description": "Plan workouts. Crush PRs. Train with @grizz.au.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": ["health", "fitness", "lifestyle", "sports"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start workout",
      "short_name": "Lift",
      "description": "Jump into today's workout",
      "url": "/library?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log body weight",
      "short_name": "Weigh in",
      "description": "Track your scale weight",
      "url": "/progress?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Coach Hub",
      "short_name": "Coach",
      "description": "Train with Grizz",
      "url": "/coach?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
