{
    "name": "EV Charge Tracker",
    "short_name": "EV Charger",
    "description": "Track and calculate home charging costs for electric and hybrid vehicles",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#F5F5F5",
    "theme_color": "rgb(50, 136, 207)",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "assets/icon-192x192.svg",
            "type": "image/svg+xml",
            "sizes": "192x192",
            "purpose": "any maskable"
        },
        {
            "src": "assets/icon-512x512.svg",
            "type": "image/svg+xml",
            "sizes": "512x512",
            "purpose": "any maskable"
        }
    ]
}
