{
  "name": "Redefyne - Service Management",
  "short_name": "Redefyne",
  "description": "Complete service operations management - Admin, Handyman & Customer Portal",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#3a3a3a",
  "theme_color": "#3a3a3a",
  "orientation": "any",
  "scope": "/",
  "id": "/app",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Admin Portal",
      "short_name": "Admin",
      "url": "/admin",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Handyman Portal",
      "short_name": "Handyman",
      "url": "/handyman",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Customer Portal",
      "short_name": "Customer",
      "url": "/customer",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "related_applications": [],
  "handle_links": "preferred"
}
