{
  "name": "Agentin - Your AI Personal OS",
  "short_name": "Agentin",
  "description": "The AI agent that manages your tasks, habits, memories, and creativity. Works via chat, Telegram, and web.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#05050A",
  "theme_color": "#00F0FF",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Chat with Agent",
      "short_name": "Chat",
      "description": "Start a conversation with your AI agent",
      "url": "/dashboard/chat"
    },
    {
      "name": "Add Reminder",
      "short_name": "Remind",
      "description": "Create a new reminder",
      "url": "/dashboard/reminders?action=create"
    },
    {
      "name": "View Overview",
      "short_name": "Home",
      "description": "See your daily overview",
      "url": "/dashboard/overview"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
