{
    "id": "/",
    "name": "FDCP Chat",
    "short_name": "FDCP Chat",
    "description": "Secure messaging for the Film Development Council of the Philippines",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#0C0C10",
    "theme_color": "#377DFF",
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
        { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Chats and conversations on desktop"
        },
        {
            "src": "/screenshots/mobile.png",
            "sizes": "780x1688",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "A conversation on mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Calendar",
            "url": "/calendar",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "related_applications": [
        { "platform": "webapp", "url": "https://chat.fdcp.ph/manifest.webmanifest" }
    ]
}
