{
  "name": "WheelFusion — Track My Wheels",
  "short_name": "WheelFusion",
  "description": "Track your alloy wheel refurbishment in real-time. Get live updates, view your loyalty rewards, and install for instant notifications.",
  "start_url": "/start",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "theme_color": "#0a0f1e",
  "background_color": "#0a0f1e",
  "categories": ["business", "utilities"],
  "lang": "en-GB",
  "dir": "ltr",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Track My Job",
      "short_name": "Track",
      "description": "Check your wheel refurbishment status",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Rewards",
      "short_name": "Rewards",
      "description": "View your loyalty points and tier",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "WheelFusion Job Tracker"
    }
  ],
  "prefer_related_applications": false
}