{
  "name": "RunCadence",
  "short_name": "RunCadence",
  "description": "Privacy-first run tracker. Log runs, watch trends, hit weekly and yearly goals — your data stays in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0c0c",
  "theme_color": "#0a0c0c",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Run",
      "short_name": "Log Run",
      "description": "Quickly log a new running session",
      "url": "/?action=log-run",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
