{
    "name": "Ecosmart",
    "short_name": "Ecosmart",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#05100C",
    "theme_color": "#027A48",
    "description": "Manage your Ecosmart power account: balance, live spot prices, usage, bills and price alerts.",
    "_comment_orientation": "Honoured by Android/Chrome installs. iOS ignores it entirely — a PWA on iPhone rotates whatever this says, and screen.orientation.lock() is unsupported in Safari. Locking portrait on iPhone needs a native build.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
