{
  "id": "/?source=pwa",
  "name": "ZaxeeFix Enterprise",
  "short_name": "ZaxeeFix",
  "description": "ZaxeeFix Enterprise - Your Satisfaction Is Our Priority. Book repairs, track devices, browse spare parts, manage invoices, and connect with trusted support.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#081120",
  "theme_color": "#0B66A3",
  "categories": ["business", "shopping", "productivity"],
  "lang": "en-NG",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Repair",
      "short_name": "Book",
      "description": "Start a repair request with ZaxeeFix.",
      "url": "/book-repair",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track Device",
      "short_name": "Track",
      "description": "Track your device repair status.",
      "url": "/track",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat Support",
      "short_name": "Support",
      "description": "Open ZaxeeFix WhatsApp support.",
      "url": "/contact",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Buy Accessories",
      "short_name": "Store",
      "description": "Browse accessories, spare parts and devices.",
      "url": "/store",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
