{
  "name": "SteppersLife Services",
  "short_name": "SL Services",
  "description": "Find trusted service providers for the Chicago Stepping community",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#DC2626",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-light-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-light-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-light-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-light-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/stepperslife-logo-light.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["services", "business", "lifestyle", "community"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Find Providers",
      "short_name": "Providers",
      "description": "Browse service providers in the stepping community",
      "url": "/",
      "icons": [
        {
          "src": "/icon-light-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "Manage your provider dashboard",
      "url": "/provider/dashboard",
      "icons": [
        {
          "src": "/icon-light-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
