{
    "name": "Minimalist Tasks",
    "short_name": "Tasks",
    "start_url": "./index.php",
    "scope": "./",
    "display": "standalone",
    "background_color": "#f3f4f6",
    "theme_color": "#4f46e5",
    "orientation": "portrait",
    "icons": [
        {
            "src": "https://cdn-icons-png.flaticon.com/512/2921/2921222.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://cdn-icons-png.flaticon.com/512/2921/2921222.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "widgets": [
        {
            "name": "Quick Tasks",
            "short_name": "Tasks",
            "description": "See your top pending tasks",
            "icons": [
                {
                    "src": "https://cdn-icons-png.flaticon.com/512/2921/2921222.png",
                    "sizes": "512x512",
                    "type": "image/png"
                }
            ],
            "screenshots": [
                {
                    "src": "https://cdn-icons-png.flaticon.com/512/2921/2921222.png",
                    "sizes": "512x512",
                    "type": "image/png",
                    "label": "Widget Preview"
                }
            ],
            "tag": "tasks-widget",
            "data": "widget.html",
            "type": "application/x-web-app-widget"
        }
    ]
}