{
    "name": "NANDO Management System",
    "short_name": "NANDO",
    "description": "NANDO Waste Management System - Manage buildings, devices, sensors, waste collection, and analytics",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4CAF50",
    "orientation": "portrait-primary",
    "scope": "./",
    "icons": [
        {
            "src": "images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View system dashboard",
            "url": "./index.html",
            "icons": [
                {
                    "src": "images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Buildings",
            "short_name": "Buildings",
            "description": "Manage buildings",
            "url": "./building_list.html",
            "icons": [
                {
                    "src": "images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Devices",
            "short_name": "Devices",
            "description": "Manage devices",
            "url": "./tiny_device_list.html",
            "icons": [
                {
                    "src": "images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}