{
  "name": "Chatom AI Agent",
  "short_name": "CHATOM.AI",
  "description": "Advanced AI Agent, AI and Agentic Business Process Automation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#03173d",
  "prefer_related_applications": false,
  "scope": "/",
  "icons": [
    {
      "src": "app_icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "app_icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],  
  //Required to check App installations status
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://chatom.ai"
    }
  ]
}