{
  "name": "PoolScoreLab",
  "short_name": "PoolScoreLab",
  "description": "Free mobile-first pool scoring app for APA, BCA, TAP, and VNEA leagues. Score 8-Ball, 9-Ball, 10-Ball, Straight Pool, One Pocket, and Bank Pool with real-time live scoring and match history.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030d1f",
  "theme_color": "#030d1f",
  "lang": "en",
  "categories": ["sports", "utilities"],
  "screenshots": [],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "8-Ball APA",
      "short_name": "8-Ball APA",
      "url": "/8ball-apa.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "9-Ball APA",
      "short_name": "9-Ball APA",
      "url": "/9ball-v2.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live Scorer",
      "short_name": "Live",
      "url": "/live-scorer.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
