{
  "name": "Gatangu Enterprise",
  "short_name": "Gatangu",
  "description": "Quality agricultural products and more - Shop online with Gatangu Enterprise",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/images/logo-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.jpg",
      "sizes": "144x144",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "categories": ["shopping", "business", "agriculture"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Shop Now",
      "short_name": "Shop",
      "description": "Browse our products",
      "url": "/",
      "icons": [
        {
          "src": "/images/logo.jpg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history",
      "url": "/profile",
      "icons": [
        {
          "src": "/images/logo.jpg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart",
      "icons": [
        {
          "src": "/images/logo.jpg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}