{
  "name": "Block & Bank",
  "short_name": "B&B",
  "description": "The drill library for basketball coaches. Build animated drills, sequence sessions, share with your team.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4efe6",
  "theme_color": "#0a0a0a",
  "categories": ["sports", "productivity", "education"],
  "lang": "en-GB",
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Build a drill",
      "short_name": "New drill",
      "description": "Open the drill builder",
      "url": "/builder/",
      "icons": [{ "src": "/icons/shortcut-builder.png", "sizes": "96x96" }]
    },
    {
      "name": "Today's session",
      "short_name": "Today",
      "description": "Today's planned session",
      "url": "/today",
      "icons": [{ "src": "/icons/shortcut-today.png", "sizes": "96x96" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse drill library",
      "url": "/library",
      "icons": [{ "src": "/icons/shortcut-library.png", "sizes": "96x96" }]
    }
  ]
}