{
  "id": "/portal",
  "name": "Divot Nerd — Player",
  "short_name": "Divot Nerd",
  "description": "Tournament portal: live scoring, matchups, leaderboard and the book.",
  "start_url": "/portal",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F3EDE0",
  "theme_color": "#0369a1",
  "orientation": "portrait",
  "icons": [
    { "src": "/static/images/icon-portal-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/images/icon-portal-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/images/icon-portal-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/images/icon-portal-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["sports", "golf"],
  "shortcuts": [
    { "name": "Live scoring", "short_name": "Live", "url": "/portal#live",
      "icons": [{ "src": "/static/images/icon-portal-192.png", "sizes": "192x192" }] },
    { "name": "Odds board", "short_name": "Book", "url": "/portal#book",
      "icons": [{ "src": "/static/images/icon-portal-192.png", "sizes": "192x192" }] }
  ]
}
