{
  "name": "Anantaa",
  "short_name": "Anantaa",
  "description": "Anantaa — the cognitive task automation engine",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#070a14",
  "theme_color": "#7c3aed",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/anantaa-emblem.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "url": "/",
      "description": "Start a new search or task"
    },
    {
      "name": "My Memory (Medha)",
      "url": "/medha",
      "description": "Open your saved knowledge"
    },
    {
      "name": "Tasks",
      "url": "/tasks",
      "description": "View running background tasks"
    }
  ]
}
