{
    "name": "Agent Workplace",
    "short_name": "Agent Workplace",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#1F1F1F",
    "theme_color": "#1F1F1F",
    "description": "Agent Workplace is the working name of the project to bring agent tools to our internal agents and external agents. This includes things like contact management, leads, referrals, and some AI magic to help them with their day-to-day tasks. Think of it as a one-stop app for an agent to do their job with ease.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/aw-icon-16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "icons/aw-icon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "icons/aw-icon-48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "icons/aw-icon-180.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "icons/aw-icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/aw-icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}