{
  "name": "Aegent — Autonomous AI Agent Platform",
  "short_name": "Aegent",
  "description": "Deploy autonomous AI agents that listen to real-world events, reason in sandboxes, and act 24/7 — supervised by an evaluator AI. Built by akakAI.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["productivity", "developer", "business", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "id": "https://aegent.akakai.com/",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/demo-create-agent.png",
      "type": "image/png",
      "label": "Create an autonomous AI agent"
    },
    {
      "src": "/demo-listeners.png",
      "type": "image/png",
      "label": "Wire agents to real-world events with listeners"
    },
    {
      "src": "/demo-knowledge.png",
      "type": "image/png",
      "label": "Semantic knowledge base"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Portal",
      "short_name": "Portal",
      "description": "Jump to your agent portal",
      "url": "/portal",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Read the Docs",
      "short_name": "Docs",
      "description": "Read the Aegent documentation",
      "url": "/docs",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "See Aegent pricing",
      "url": "/pricing",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
