{
  "name": "Suleiman Agriculture Company",
  "short_name": "Suleiman Agri",
  "description": "Your trusted source for quality agricultural products, providing farmers with the best seeds, pesticides, fertilizers, and equipment.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#009c49",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "agriculture"],
  "icons": [
    {
      "src": "images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Products",
      "short_name": "Products",
      "description": "Browse our agricultural products catalog",
      "url": "/products.php",
      "icons": [
        {
          "src": "images/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "3D Product Demo",
      "short_name": "3D Demo",
      "description": "Experience our 3D product viewer",
      "url": "/3d-product-demo.php",
      "icons": [
        {
          "src": "images/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with our team",
      "url": "/contact.php",
      "icons": [
        {
          "src": "images/logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}