{
  "short_name": "Aadhya Smartech",
  "name": "Aadhya Smartech Web App",
  "description": "Aadhya Smartech - Power Grid Automation Solutions",
  "lang": "en-IN",
  "start_url":"/",
  "scope":"/",
  "display":"standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "theme_color": "#0F172A",
  "background_color": "#FFFFFF",
  "categories": ["business", "utilities", "technology"],
  "icons": [
    {
      "src": "/img/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/img/favicon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "screenshots":[
    {
      "src":"/img/wide-screenshot.jpeg",
      "sizes":"1200x900",
      "type":"image/jpeg",
      "form_factor":"wide"
    },
        {
      "src":"/img/narrow-screenshot.jpeg",
      "sizes":"640x480",
      "type":"image/jpeg",
      "form_factor":"narrow"
    }
  ],
    "shortcuts": [
    {
      "name": "Contact us",
      "short_name": "Contact",
      "description": "Contact Aadhya Smartech Business Development Team",
      "url": "/contact"
    }
  ]
}