{
  "name": "DuoDevs Pvt Ltd - Software Development Company",
  "short_name": "DuoDevs",
  "description": "Leading software development company specializing in custom software, SaaS products, web applications, and mobile apps.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#1d6ff5",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "developer"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.png", 
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch for a free consultation",
      "url": "/contact-us",
      "icons": [
        {
          "src": "/contact-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Our Services",
      "short_name": "Services", 
      "description": "View our software development services",
      "url": "/services",
      "icons": [
        {
          "src": "/services-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}