{
  "name": "HoopCoach Playbook",
  "short_name": "HoopCoach",
  "description": "Draw, animate, and share basketball plays. Build your playbook and teach your players.",
  "id": "/playbook/",
  "start_url": "/playbook/play.php?utm_source=pwa",
  "scope": "/playbook/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#9D9179",
  "icons": [
    { "src": "icons/icon-192-v3.png",    "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512-v3.png",    "sizes": "512x512", "type": "image/png" },
    { "src": "icons/maskable-512-v3.png","sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshot-mobile.png",
      "sizes": "864x1928",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HoopCoach Playbook Editor on Mobile"
    },
    {
      "src": "screenshots/screenshot-desktop.png",
      "sizes": "2436x1666",
      "type": "image/png",
      "form_factor": "wide",
      "label": "HoopCoach Playbook Builder on Desktop"
    }
  ]
}
