{
    "name": "LearnFree \u2014 Free Online Courses",
    "short_name": "LearnFree",
    "description": "500+ free online courses in programming, design, business and more.",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#0D0B1E",
    "theme_color": "#0D0B1E",
    "orientation": "portrait-primary",
    "lang": "en",
    "categories": [
        "education",
        "productivity"
    ],
    "icons": [
        {
            "src": "assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "assets/screenshot1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "LearnFree Homepage"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Courses",
            "short_name": "Courses",
            "description": "Browse all free courses",
            "url": "/courses.html",
            "icons": [
                {
                    "src": "assets/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Enroll Free",
            "short_name": "Enroll",
            "description": "Join LearnFree for free",
            "url": "/index.html#enroll",
            "icons": [
                {
                    "src": "assets/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}