{
    "name": "Tasky",
    "short_name": "Tasky",
    "description": "Project management with Kanban boards and calendar for teams",
    "start_url": "/projects",
    "scope": "/",
    "display": "minimal-ui",
    "orientation": "any",
    "theme_color": "#ffffff",
    "background_color": "#fafafa",

    "categories": ["productivity", "business"],
    "icons": [
        {
            "src": "/icons/192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/maskable-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Projects",
            "short_name": "Projects",
            "url": "/projects",
            "icons": []
        },
        {
            "name": "Teams",
            "short_name": "Teams",
            "url": "/projects/teams",
            "icons": []
        }
    ]
}
