{
  "name": "StellrEdge \u2014 The Board",
  "short_name": "The Board",
  "description": "De-vigged sharp consensus, the price gaps against it, and an honest record of both.",
  "start_url": "./?src=pwa",
  "scope": "./",
  "id": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#0C0F12",
  "theme_color": "#0C0F12",
  "categories": [
    "sports",
    "finance",
    "utilities"
  ],
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Flags",
      "short_name": "Flags",
      "url": "./?tab=flags"
    },
    {
      "name": "My bets",
      "short_name": "Bets",
      "url": "./?tab=bets"
    },
    {
      "name": "Record",
      "short_name": "Record",
      "url": "./?tab=record"
    }
  ]
}