{
  "name": "Signal Tennis Portal",
  "short_name": "Signal Tennis",
  "description": "Player analytics, reports, video and lesson plans from Signal Tennis.",
  "id": "/portal/",
  "start_url": "/portal/",
  "categories": ["sports"],
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1a5fa8",
  "background_color": "#f4f7fb",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Stats",
      "short_name": "Stats",
      "description": "Your player home with stats, reports and video.",
      "url": "/portal/",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Drills",
      "short_name": "Drills",
      "description": "Drill packages your coach has assigned to you.",
      "url": "/portal/my-drills/",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Rankings",
      "short_name": "Rankings",
      "description": "National, provincial and ITF junior rankings.",
      "url": "/portal/rankings/",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/pwa/portal-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Player home showing key stats and priority focus areas"
    },
    {
      "src": "/static/screenshots/pwa/progress.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Progress page charting ranking history year by year"
    },
    {
      "src": "/static/screenshots/pwa/rankings.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Rankings browser listing junior, masters and ITF tables"
    }
  ]
}
