{
  "name": "HeyBLU.AI - Baseball & Softball Rule Assistant",
  "short_name": "HeyBLU",
  "description": "Instant baseball and softball rule answers powered by AI",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "./",
  "lang": "en",
  "categories": ["sports", "education", "utilities"],
  "icons": [
    {
      "src": "../images/heyblu-favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "../images/heyblu-favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "../images/heyblu-favicon.ico",
      "sizes": "72x72",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "../images/heyblu-favicon.ico",
      "sizes": "96x96",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "../images/heyblu-favicon.ico",
      "sizes": "128x128",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "../images/heyblu-favicon.ico",
      "sizes": "144x144",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "../images/heyblu-favicon.ico",
      "sizes": "152x152",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "../images/heyblu-favicon.ico",
      "sizes": "384x384",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask a Rule Question",
      "short_name": "Ask Question",
      "description": "Quickly ask a baseball or softball rule question",
      "url": "./",
      "icons": [
        {
          "src": "../images/heyblu-favicon.ico",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Legal Information",
      "short_name": "Legal",
      "description": "View legal disclaimers and information",
      "url": "./legal.html",
      "icons": [
        {
          "src": "../images/heyblu-favicon.ico",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 