{
    "name": "WhatsDone — Where conversations get done",
    "short_name": "WhatsDone",
    "description": "A chat app built around todos and projects: every chat has a todo list, any message can become a task, and every link, photo, and file is auto-filed into a To Check inbox so nothing gets lost.",
    "id": "/",
    "start_url": "/chats",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
    "orientation": "any",
    "background_color": "#0B141A",
    "theme_color": "#00A884",
    "lang": "en",
    "dir": "ltr",
    "categories": ["productivity", "business", "social"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Chats",
            "short_name": "Chats",
            "description": "Open your conversations",
            "url": "/chats",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "My Tasks",
            "short_name": "Tasks",
            "description": "Everything assigned to you",
            "url": "/tasks",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Projects",
            "short_name": "Projects",
            "description": "Your project dashboards",
            "url": "/projects",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Search",
            "short_name": "Search",
            "description": "Search across everything",
            "url": "/search",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "share_target": {
        "action": "/new-chat",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
