{
  "name": "IITH Email App PWA2",
  "short_name": "IITH Email App",
  "description": "IITH Staff Communication Platform - Enhanced",
  "start_url": "/app/pwa2/index.html",
  "display": "standalone",
  "background_color": "#1A2A5E",
  "theme_color": "#1A2A5E",
  "orientation": "portrait",
  "scope": "/app/pwa2/",
  "categories": ["business", "productivity", "communication"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/app/pwa2/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app/pwa2/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "url": "/app/pwa2/index.html?view=inbox",
      "description": "View your inbox"
    },
    {
      "name": "Compose",
      "url": "/app/pwa2/index.html?view=compose",
      "description": "Compose a new email"
    }
  ]
}
