{
    "name": "Leap Year Checker",
    "short_name": "LeapYear",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#f5f5f5",
    "theme_color": "#333333",
    "scope": "./",
    "orientation": "any",
    "description": "A simple app to check if a year is a leap year and display the next 3 leap years.",
    "categories": [
        "Utilities",
        "Education"
    ],
    "icons": [
        {
            "src": "./img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-320x320.png",
            "sizes": "320x320",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
