{
  "name": "Cleaner Portal",
  "short_name": "CleanerApp",
  "description": "Manage your cleaning jobs, schedule, and earnings",
  "start_url": "/cleaner/schedule/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#0D9488",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    }
  ]
}
