{
  "name": "Hockey Coaching App",
  "short_name": "HCA",
  "description": "Your personal field hockey coaching assistant by The Hockey Site.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#111827",
  "orientation": "portrait",
  "share_target": {
    "action": "/upload/whatsapp",
    "method": "GET",
    "params": {
      "text": "shared_text",
      "title": "shared_title",
      "url": "shared_url"
    }
  },
  "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"
    }
  ]
}
