{
  "name": "Big Surf Workout Tracker",
  "short_name": "Big Surf",
  "description": "Track your gym workouts with real-time set tracking, exercise library, and workout history",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#05070b",
  "theme_color": "#05070b",
  "orientation": "portrait",
  "icons": [
    {
      "src": "BigSurf.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness", "sports"],
  "permissions": ["notifications"],
  "prefer_related_applications": false,
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Start",
      "description": "Start a new workout session",
      "url": "./",
      "icons": [
        {
          "src": "BigSurf.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Workout History",
      "short_name": "History",
      "description": "View your workout history",
      "url": "./#history",
      "icons": [
        {
          "src": "BigSurf.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
