{
  "id": "/",
  "theme_color": "#263138",
  "background_color": "#263138",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "name": "ProTowCall Dispatcher",
  "short_name": "ProTowCall Dispatcher",
  "description": "Professional towing and roadside assistance service",
  "orientation": "portrait-primary",
  "categories": ["utilities", "business"],
  "lang": "en",
  "dir": "ltr",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "prefer_related_applications": false,
  "permissions": ["geolocation"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Emergency Service",
      "short_name": "Emergency",
      "description": "Quick access to emergency towing service",
      "url": "/emergency-service?shortcut=true",
      "icons": [{ "src": "/favicon.ico", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "640x320",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ProTowCall"
    },
    {
      "src": "/screenshot-1.png",
      "sizes": "640x320",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ProTowCall"
    }
  ]
}
