{
  "name": "Tech2Go Phone Lab",
  "short_name": "Tech2Go",
  "description": "Rwanda's premier phone repair service — book, track, and manage your repairs.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#F97316",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Track Repair",
      "url": "/track",
      "description": "Track your current repair"
    },
    {
      "name": "Book a Repair",
      "url": "/book",
      "description": "Book a drop-off slot"
    }
  ]
}
