{
  "name": "Kickboxing Coach – Voice Timer",
  "short_name": "Kickboxing Voice Timer",
  "description": "Record your own voice calls and train with a round timer. Works for kickboxing, boxing, MMA, and any sport. Also great for memorization and study using repeat-loop mode.",
  "lang": "en",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#07070f",
  "theme_color": "#e94560",
  "orientation": "portrait-primary",
  "categories": ["sports", "fitness", "health", "education"],
  "icons": [
    {
      "src": "icon.png?v=14",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png?v=14",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.png?v=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icon.png?v=14",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Training Timer Screen"
    }
  ]
}
