{
    "name": "Ontaym — Negotiate-First Meeting Scheduling",
    "short_name": "Ontaym",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#08080D",
    "theme_color": "#7C6EF6",
    "description": "Propose a time, let everyone confirm, and get on with it.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["social", "productivity", "communication"],
    "lang": "en",
    "dir": "auto",
    "display_override": ["standalone", "window-controls-overlay", "browser"],
    "scope": "/",
    "edge_side_panel": {
        "preferred_width": 360
    },
    "shortcuts": [
        {
            "name": "New Meeting",
            "short_name": "New",
            "description": "Propose a new meeting time",
            "url": "/propose",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Agenda",
            "short_name": "Agenda",
            "description": "View your upcoming meetings",
            "url": "/home",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Activity",
            "short_name": "Activity",
            "description": "Check recent activity",
            "url": "/home?tab=activity",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+ontaym",
            "url": "/invite/%s"
        }
    ],
    "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"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Ontaym on desktop"
        },
        {
            "src": "screenshots/mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Ontaym on mobile"
        }
    ]
}