{
  "name": "Winn Auto & Services LLC",
  "short_name": "Winn Auto",
  "description": "Browse inventory, apply for financing, schedule service and make payments with Winn Auto & Services LLC in Statesville, NC.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#101a2e",
  "theme_color": "#101a2e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Admin Console",
      "short_name": "Admin",
      "url": "/admin",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Super Admin",
      "short_name": "Super Admin",
      "url": "/superadmin",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },

    {
      "name": "Inventory",
      "short_name": "Inventory",
      "url": "/inventory"
    }
  ]
}

