{
    "name": "Cell Doubling-Time Calculator",
    "short_name": "Cell DT Calc",
    "description": "Calculate cell doubling time, growth rate, and number of doublings",
    "start_url": "./cell-doubling-time.html",
    "display": "standalone",
    "background_color": "#F0F0F0",
    "theme_color": "#000000",
    "orientation": "any",
    "icons": [
        {
            "src": "../../images/favicon.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ],
    "categories": [
        "biology",
        "science",
        "education"
    ],
    "lang": "en"
}