{
  "name": "Adeego - Shop Local, Go Global",
  "short_name": "Adeego",
  "description": "E-commerce platform for Somaliland - Shop, Sell, and Deliver",
  "start_url": "/customer",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable any"
    }
  ],
  "categories": ["shopping", "business", "food"],
  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Browse products",
      "url": "/customer",
      "icons": [{ "src": "/icons/icon-192x192.jpg", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your orders",
      "url": "/customer/orders",
      "icons": [{ "src": "/icons/icon-192x192.jpg", "sizes": "192x192" }]
    }
  ]
}
