{
  "name": "RideAlign — Gait Screening & Rider Position",
  "short_name": "RideAlign",
  "description": "Track your horse's stride symmetry and strength, and your own riding position, over time with in-browser video analysis. A screening and self-coaching aid, not a veterinary diagnosis or a substitute for in-person instruction.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f8f7",
  "theme_color": "#1c3a52",
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
