{
  "name": "Tiro — Learn to drive in South Africa",
  "short_name": "Tiro",
  "description": "Find verified driving instructors near you, book lessons, track every skill, and ace your K53. Built for South African learners.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F3D17",
  "theme_color": "#1B5E20",
  "lang": "en-ZA",
  "categories": ["education", "travel", "lifestyle"],
  "icons": [
    {
      "src": "Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "Logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find an instructor",
      "short_name": "Find",
      "description": "Browse verified driving instructors near you",
      "url": "/search.html",
      "icons": [{ "src": "Logo.png", "sizes": "192x192" }]
    },
    {
      "name": "My dashboard",
      "short_name": "Dashboard",
      "description": "Your lessons, progress, and bookings",
      "url": "/student-dashboard.html",
      "icons": [{ "src": "Logo.png", "sizes": "192x192" }]
    }
  ]
}
