{
  "name": "MPPD Basketball - Observation Capture",
  "short_name": "MPPD",
  "description": "Mobile observation capture for basketball coaching",
  "start_url": "/observations/add",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#d8cc97",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "productivity", "education"],
  "shortcuts": [
    {
      "name": "Create Observation",
      "short_name": "New Obs",
      "description": "Quickly create a new observation",
      "url": "/observations/add",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Observations",
      "short_name": "Observations",
      "description": "View all observations",
      "url": "/observations",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
