{
  "name": "Bear Hunt Troop Optimizer",
  "short_name": "BearHunt",
  "description": "Calculate the optimal troop ratio for Whiteout Survival's Bear Hunt event.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1821",
  "theme_color": "#0d1821",
  "orientation": "portrait-primary",
  "lang": "en",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-opt.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculator",
      "url": "/",
      "description": "Open the Bear Hunt Troop Optimizer"
    },
    {
      "name": "Guide",
      "url": "/bear-hunt-guide",
      "description": "Read the Bear Hunt guide"
    }
  ],
  "categories": ["games", "utilities"]
}
