{
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "name": "AFKBOT",
  "short_name": "AFKBOT",
  "description": "Self-hosted AI agent for tasks and automations across chat, Telegram, webhook, and cron.",
  "theme_color": "#06070B",
  "background_color": "#06070B",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "categories": [
    "developer",
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Open Home",
      "short_name": "Home",
      "description": "Open the AFKBOT landing page.",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Docs",
      "short_name": "Docs",
      "description": "Open the public AFKBOT documentation.",
      "url": "/docs",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Install AFKBOT",
      "short_name": "Install",
      "description": "Jump to the install section on the landing page.",
      "url": "/#install",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "prefer_related_applications": false
}
