{
  "name": "MotorsMatrix",
  "short_name": "MotorsMatrix",
  "description": "The Automotive Platform for Southern Africa",
  "start_url": "/dealer/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0e29",
  "theme_color": "#00E5FF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage your vehicle inventory",
      "url": "/dealer/inventory",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "View and manage leads",
      "url": "/dealer/leads",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Offers",
      "short_name": "Offers",
      "description": "Sell My Car offers",
      "url": "/dealer/offers",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "automotive",
    "business"
  ],
  "lang": "en",
  "dir": "ltr"
}