{
    "name": "Age Calculator",
    "short_name": "AgeCalculator",
    "description": "This Age Calculator app will help you to calculate your age and let you know how old you are now in years, months, weeks, days, hours, minutes and seconds.",
    "categories": [
        "utilities",
        "productivity"
    ],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/age-calculator-desktop.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/age-calculator-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "theme_color": "#ffffff",
    "background_color": "#ffffff"
}