{
    "name": "WideMadeTasker",
    "short_name": "WideMadeTasker",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0e0e0e",
    "theme_color": "#0e0e0e",
    "icons": [
        {
            "src": "./icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}