{
  "name": "Easy Tow & Tire Service",
  "short_name": "Easy Tow",
  "description": "Book towing, jumpstart, tire repair, lockout, winch-out, and mobile mechanic help for light and heavy duty vehicles.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff8e4",
  "theme_color": "#ffd84d",
  "categories": ["business", "navigation", "utilities"],
  "shortcuts": [
    {
      "name": "Provider Dashboard",
      "short_name": "Provider",
      "description": "Open the Easy Tow live provider dashboard.",
      "url": "./provider.html"
    }
  ],
  "icons": [
    {
      "src": "icons/easy-tow-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "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"
    }
  ]
}
