{
    "name": "Green Home Energy Hub",
    "short_name": "Energy Hub",
    "description": "Monitor and control your home energy devices - solar, battery, EV charger, heat pump and more.",
    "start_url": "/hub/dashboard",
    "scope": "/hub/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#0f172a",
    "background_color": "#0f172a",
    "categories": ["utilities", "lifestyle"],
    "lang": "en-GB",
    "dir": "ltr",
    "icons": [
        {
            "src": "/images/hub-icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/hub-icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/hub-icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/hub-icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/hub-icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/hub-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/hub-icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/hub-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/hub/dashboard",
            "icons": [{"src": "/images/hub-icon-96.png", "sizes": "96x96"}]
        },
        {
            "name": "Devices",
            "short_name": "Devices",
            "url": "/hub/devices",
            "icons": [{"src": "/images/hub-icon-96.png", "sizes": "96x96"}]
        },
        {
            "name": "Energy Usage",
            "short_name": "Energy",
            "url": "/hub/energy",
            "icons": [{"src": "/images/hub-icon-96.png", "sizes": "96x96"}]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
