{
  "name": "trueroll.golf",
  "short_name": "trueroll",
  "description": "Real-time putting stroke analysis with IMU sensor",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1B4332",
  "background_color": "#0D1B16",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Session",
      "url": "/",
      "description": "Open the live putting session screen"
    },
    {
      "name": "View Trends",
      "url": "/trends",
      "description": "View your performance trends"
    }
  ]
}
