{
  "id": "/",
  "name": "Texo",
  "short_name": "Texo",
  "description": "Texo — self-hosted dev workspace (terminals, editor, coding-agent CLIs, search, memory). Use it from a phone as a Claude/agent remote.",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "developer", "utilities"],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0e0c12",
  "theme_color": "#16131c",
  "shortcuts": [
    {
      "name": "Agents",
      "short_name": "Agents",
      "description": "Jump to your running coding agents",
      "url": "/dashboard?section=agents"
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Browse and open project workspaces",
      "url": "/dashboard?section=projects"
    },
    {
      "name": "Activity",
      "short_name": "Activity",
      "description": "Recent workspace activity",
      "url": "/dashboard?section=activity"
    }
  ],
  "icons": [
    {
      "src": "/texo-icon-v4.svg?v=15",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/texo-icon-192.png?v=20",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/texo-icon-v4.png?v=15",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/texo-maskable-192.png?v=20",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/texo-maskable-512.png?v=20",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/texo-maskable.svg?v=17",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/texo-monochrome-512.png?v=20",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ]
}
