{
  "name": "HALOFIX USA",
  "short_name": "HALOFIX",
  "description": "Don't Panic. Just HALOFIX. - Restoring Your Peace of Mind",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#124071",
  "background_color": "#F5F5F5",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["utilities", "lifestyle", "home"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "HALOFIX USA Home"
    },
    {
      "src": "/screenshots/booking.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Book a Hero"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Service",
      "short_name": "Book",
      "description": "Create a new service booking",
      "url": "/booking",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track Hero",
      "short_name": "Track",
      "description": "Live track your hero",
      "url": "/dashboard/resident/tracking",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency Service",
      "short_name": "Emergency",
      "description": "Request emergency home service",
      "url": "/emergency",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
