{
    "name": "AI Based Equipment Inventory and Maintenance",
    "short_name": "AI Equipment",
    "description": "Mobile-ready equipment inventory, maintenance work order, QR lookup, and notification workspace.",
    "id": "/admin/mobile-technician-dashboard",
    "start_url": "/admin/mobile-technician-dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#f59e0b",
    "background_color": "#f8fafc",
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/icons/pwa-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/pwa-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/icons/pwa-maskable.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/pwa-maskable.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Technician Dashboard",
            "short_name": "Dashboard",
            "description": "Open the mobile technician dashboard.",
            "url": "/admin/mobile-technician-dashboard?source=shortcut",
            "icons": [
                {
                    "src": "/icons/pwa-icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Scan QR Code",
            "short_name": "Scan QR",
            "description": "Open the QR scanner with manual lookup fallback.",
            "url": "/equipment/scan?source=shortcut",
            "icons": [
                {
                    "src": "/icons/pwa-icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ],
    "screenshots": []
}
