{
  "name": "Riders Up Racing",
  "short_name": "Riders Up",
  "description": "Horse racing competitions, records, rankings and Riders Up picks.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#090909",
  "theme_color": "#090909",
  "categories": [
    "sports",
    "entertainment"
  ],
  "icons": [
    {
      "src": "assets/favicon.png",
      "sizes": "64x64",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Compete",
      "short_name": "Compete",
      "url": "/competitions.html"
    },
    {
      "name": "Join With Code",
      "short_name": "Join",
      "url": "/join.html"
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaders",
      "url": "/rankings.html"
    },
    {
      "name": "Picks",
      "short_name": "Picks",
      "url": "/picks.html"
    }
  ]
}