{
  "name": "Sankalp",
  "short_name": "Sankalp",
  "description": "Your living organization — thinks, remembers, and works on your behalf",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#F7F3EC",
  "theme_color": "#B87355",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "scope": "/",
  "shortcuts": [
    {
      "name": "Conversations",
      "short_name": "Saarth",
      "url": "/conversations",
      "description": "Talk to your organization",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Work",
      "short_name": "Work",
      "url": "/tasks",
      "description": "View your work and decisions",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Worlds",
      "short_name": "Worlds",
      "url": "/worlds",
      "description": "Your business worlds",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/notifications",
      "description": "Check your notifications",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    }
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
