{
  "name": "Changeplate",
  "short_name": "Changeplate",
  "description": "Personalized workouts and team accountability for CrossFit gyms",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait-primary",
  "categories": ["fitness", "health", "sports"],
  "shortcuts": [
    {
      "name": "Today's Workout",
      "url": "/workout",
      "description": "View your personalized WOD"
    },
    {
      "name": "Team",
      "url": "/team",
      "description": "Check your team feed"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
