{
  "name": "HIIT Timer",
  "short_name": "HIIT Timer",
  "description": "Free online HIIT timer for high-intensity interval training workouts",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/watch.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "HIIT Timer in action"
    }
  ],
  "categories": ["fitness", "health", "sports", "lifestyle", "timers"],
  "shortcuts": [
    {
      "name": "Simple Timer",
      "short_name": "Simple",
      "description": "Create a simple HIIT timer",
      "url": "/settings/simple",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Custom Timer",
      "short_name": "Custom",
      "description": "Create a custom HIIT timer",
      "url": "/settings/custom",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false
}
