{
  "name": "Kinetic — Performance Tracker",
  "short_name": "Kinetic",
  "description": "Track workouts, PRs, and skill progressions.",
  "start_url": "/prototype/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e0e0e",
  "theme_color": "#cafd00",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon.svg",     "sizes": "any",     "type": "image/svg+xml" }
  ],
  "categories": ["fitness", "health", "sports"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Workout",
      "url": "/prototype/workout.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "url": "/prototype/index.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
