{
  "id": "https://app.skilledmaid.com/",
  "name": "Skilledmaid - Professional Home Services",
  "short_name": "Skilledmaid",
  "description": "Book professional home services with trusted service providers. Comprehensive marketplace connecting customers with skilled professionals.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#2196F3",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-SG",
  "dir": "ltr",
  "categories": ["business", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png", 
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "768x1408", 
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Customer Dashboard on Mobile"
    },
    {
      "src": "/screenshots/desktop-dashboard.png", 
      "sizes": "1408x768",
      "type": "image/png", 
      "form_factor": "wide",
      "label": "Dashboard on Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Cleaning",
      "short_name": "Book",
      "description": "Quickly book a cleaning service",
      "url": "/customer-dashboard?tab=book",
      "icons": [
        {
          "src": "/icons/shortcut-book.png",
          "sizes": "1024x1024"
        }
      ]
    },
    {
      "name": "My Bookings", 
      "short_name": "Bookings",
      "description": "View your current bookings",
      "url": "/customer-dashboard?tab=bookings",
      "icons": [
        {
          "src": "/icons/shortcut-bookings.png", 
          "sizes": "1024x1024"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Check your messages",
      "url": "/customer-dashboard?tab=messages", 
      "icons": [
        {
          "src": "/icons/shortcut-messages.png",
          "sizes": "1024x1024"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+skilledmaid",
      "url": "/?action=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}