{
  "_comment": "OpenWings Technologies — PWA manifest. Tells the browser how the site should behave when installed on a phone home screen. JSON does not support real comments, so this _comment field is safely ignored by browsers.",
  "name": "OpenWings Technologies",
  "short_name": "OpenWings",
  "description": "Mumbai-based software development studio. Web, mobile and SaaS.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F2E9",
  "theme_color": "#A85D3A",
  "lang": "en-IN",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
