{
  "name": "Shaka Service - Home Services Platform",
  "short_name": "Shaka Service",
  "description": "Connect with trusted home service providers in your area",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ff6a00",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["home", "services", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Find Services",
      "short_name": "Services",
      "description": "Find trusted home service providers",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Sign Up",
      "short_name": "Sign Up",
      "description": "Create your account",
      "url": "/get-started",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    }
  ]
}