{
  "name": "TEKSAI",
  "short_name": "TEKSAI",
  "description": "India's leading lightning protection and earthing solutions provider since 1998",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ED1C24",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["industrial", "electrical", "safety"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/open-graph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "TEKSAI - Lightning Protection & Earthing Solutions"
    }
  ],
  "shortcuts": [
    {
      "name": "Get Free Survey",
      "short_name": "Survey",
      "description": "Request a free site survey for lightning protection",
      "url": "/contact",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Products",
      "short_name": "Products",
      "description": "Explore our lightning protection and earthing products",
      "url": "/products",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with our technical team",
      "url": "/contact",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 