{
  "id": "./",
  "name": "coachingbot",
  "short_name": "coachingbot",
  "description": "Trainer workspace for AI assistants: agents, playground testing, and team tools.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#EDE7F6",
  "theme_color": "#5E35B1",
  "prefer_related_applications": false,
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Agents",
      "short_name": "Agents",
      "description": "Open assistants you can manage",
      "url": "./agents",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Playground",
      "short_name": "Playground",
      "description": "Test assistants in a private session",
      "url": "./playground",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
