{
  "id": "com.vnyc.app",
  "name": "Veera Narasimha Yuva Committee",
  "short_name": "VNYC",
  "description": "Official Management and Donation Tracking App for the Veera Narasimha Yuva Committee.",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["social", "productivity"],
  "background_color": "#ffffff",
  "theme_color": "#a30000",
  "icons": [
    {
      "src": "/images/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VNYC Dashboard"
    }
  ]
}