{
    "name": "IRIS - Asset Tracking",
    "short_name": "IRIS",
    "description": "Intelligent Real-time Inventory System - Enterprise RFID asset tracking for ground support equipment",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#7c3aed",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/brand/app-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/brand/logo-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "screenshots": [
        {
            "src": "/screenshots/dashboard.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "label": "Mission Control Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View mission control dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/brand/logo-icon.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Assets",
            "short_name": "Assets",
            "description": "Manage assets",
            "url": "/assets",
            "icons": [
                {
                    "src": "/brand/logo-icon.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Alerts",
            "short_name": "Alerts",
            "description": "View priority alerts",
            "url": "/alerts",
            "icons": [
                {
                    "src": "/brand/logo-icon.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}