{
  "name": "Coaching Animator",
  "short_name": "CoachAnim",
  "description": "Create and share animated rugby plays. Visualise tactics, demonstrate formations, and share with your team.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#F8F9FA",
  "theme_color": "#1A3D1A",
  "orientation": "landscape",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "sports",
    "education",
    "productivity"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Animation",
      "short_name": "New",
      "description": "Create a new animation",
      "url": "/app?new=true",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Playbook",
      "short_name": "Playbook",
      "description": "View your saved animations",
      "url": "/my-gallery",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}