{
    "name": "Total Magnification Calculator",
    "short_name": "Mag Calc",
    "description": "Calculate total microscope magnification with eyepiece, objective, tube lens, and camera adapter",
    "start_url": "./magnification-calculator.html",
    "display": "standalone",
    "background_color": "#F0F0F0",
    "theme_color": "#000000",
    "orientation": "any",
    "icons": [
        {
            "src": "../../images/favicon.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ],
    "categories": [
        "biology",
        "science",
        "microscopy",
        "education"
    ],
    "lang": "en"
}