{
  "name": "Rankster",
  "short_name": "Rankster",
  "description": "Free Pickleball League App - Rankings, ELO Scores & Tournaments",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e17",
  "theme_color": "#f5c842",
  "lang": "en-US",
  "categories": [
    "sports",
    "games"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/paddle.png",
      "sizes": "468x476",
      "type": "image/png",
      "label": "Rankster App"
    }
  ]
}