{
  "name": "Task Manager Pro",
  "short_name": "TaskManager",
  "description": "A productivity tool inspired by ClickUp and Slack, built for efficient task management, team collaboration, and more.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#7b68ee",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}