{
  "name": "Workout Llama",
  "short_name": "Workout Llama",
  "description": "A free and simple workout tracker to monitor exercises, reps, and fitness progress. Perfect for beginners and daily training routines.",
  "start_url": "index.html/#/",
  "scope": "https://workoutllama.com",
  "display": "fullscreen",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "theme_color": "#000000",
  "background_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
} 