{
    "name": "EngiScope Omega",
    "short_name": "EngiScope",
    "description": "Professional device diagnostics and testing suite for engineers. Test network speed, hardware performance, sensors, and more.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#020617",
    "theme_color": "#4f46e5",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "utilities",
        "productivity",
        "developer tools"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Network Test",
            "short_name": "Network",
            "description": "Run network diagnostics",
            "url": "/?tab=net",
            "icons": []
        },
        {
            "name": "Hardware Test",
            "short_name": "Hardware",
            "description": "Test hardware performance",
            "url": "/?tab=hw",
            "icons": []
        }
    ]
}