{
    "name": "pH Calculator",
    "short_name": "pH Calculato",
    "description": "Calculate pH, pOH, hydrogen ion and hydroxide ion concentrations. Supports strong and weak acid/base solutions with step-by-step solutions.",
    "start_url": "/en/app/ph-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#F0FDF4",
    "background_color": "#F0FDF4",
    "scope": "/en/app/ph-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/ph-calculator/ph-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/ph-calculator/ph-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}