{
  "id": "/",
  "name": "Roadside Emergency Management App Presented by CONVINI, Inc. Powered by Blue Collar AI, Inc.",
  "short_name": "CONVINI",
  "description": "Emergency roadside management — towing, rental cars, auto repair, and body shop scheduling in one app.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "lang": "en-US",
  "dir": "ltr",
  "background_color": "#FFFFFF",
  "theme_color": "#1B7A43",
  "categories": [
    "travel",
    "business",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Request a tow",
      "short_name": "Tow",
      "url": "/tow",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My requests",
      "short_name": "Requests",
      "url": "/services",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
