{
  "name": "Chance Lab",
  "short_name": "Chance Lab",
  "description": "Probability analysis and education tool",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "lang": "en",
  "background_color": "#f6f8fa",
  "theme_color": "#123c69",
  "categories": ["education", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Powerball Workspace",
      "short_name": "Workspace",
      "url": "/games/aus_powerball/",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "192x192"}]
    },
    {
      "name": "Combination Builder",
      "short_name": "Builder",
      "url": "/games/aus_powerball/build/",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "192x192"}]
    }
  ],
  "icons": [
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
