{
    "name": "Scientific Calculator 32s",
    "short_name": "SC-32s",
    "description": "A Hp-32s alike calculator",
    "icons": [
        {
            "src": "./img/icons/32s-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "./img/icons/32s-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "/index.html",
    "background_color": "#e4e4e4",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "theme_color": "#3333ff"
}