{
    "name": "Ohm's Law Calculator",
    "short_name": "Ohm's Law Ca",
    "description": "Calculate Voltage, Current, Resistance, and Power instantly. Enter any 2 values and get the other 2 using Ohm's Law and the Power Wheel.",
    "start_url": "/en/app/ohms-law-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#FEFCE8",
    "background_color": "#FEFCE8",
    "scope": "/en/app/ohms-law-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/ohms-law-calculator/ohms-law-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/ohms-law-calculator/ohms-law-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}