{
    "name": "Future AI Office Simulator",
    "short_name": "Future AI Sim",
    "description": "Interactive 3D office simulator showcasing Future AI's development team and technologies",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#4169e1",
    "orientation": "any",
    "scope": "/",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["productivity", "education", "developer"],
    "screenshots": [
        {
            "src": "/3d-ai-simulation.png",
            "sizes": "1200x630",
            "type": "image/png",
            "platform": "wide",
            "label": "Future AI Office Simulator Main View"
        }
    ],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon-180x180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Meet the Team",
            "short_name": "Team",
            "description": "Interact with Future AI development team",
            "url": "/?action=meet-team",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Explore Office",
            "short_name": "Explore",
            "description": "Navigate the 3D office environment",
            "url": "/?action=explore",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": "navigate-existing"
    }
}