{
  "name": "ZETH — AI Agents & Automation for Creators",
  "short_name": "ZETH",
  "description": "AI-powered business operations console — content, agents, intel, growth, all in one place.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "en",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/favicon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Overview",
      "short_name": "Home",
      "description": "Workspace dashboard",
      "url": "/app",
      "icons": [{ "src": "/favicon-256.png", "sizes": "256x256" }]
    },
    {
      "name": "Agents",
      "short_name": "Agents",
      "description": "AI agents",
      "url": "/app/agents",
      "icons": [{ "src": "/favicon-256.png", "sizes": "256x256" }]
    }
  ]
}
