{
  "name": "CARTSYA",
  "short_name": "CARTSYA",
  "description": "Ghana's trusted marketplace — shop, sell, and discover local services. Pay only on delivery.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a1a0f",
  "theme_color": "#006B3F",
  "lang": "en",
  "categories": ["shopping", "lifestyle", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/splash.png",
      "sizes": "1800x936",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CARTSYA — Ghana's marketplace"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Products",
      "short_name": "Products",
      "description": "Browse all products",
      "url": "/?tab=products",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Services",
      "short_name": "Services",
      "description": "Browse service providers",
      "url": "/?tab=services",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Check your orders",
      "url": "/orders",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
