{
    "name": "AuruMail",
    "short_name": "AuruMail",
    "description": "Email, calendar and tasks for your workspace.",
    "id": "/mail",
    "start_url": "/mail",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f6f8fc",
    "theme_color": "#f6f8fc",
    "categories": ["productivity", "business"],
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
        { "src": "/icons/aurumail.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
    ],
    "shortcuts": [
        { "name": "Compose", "url": "/mail?compose=new", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
    ]
}
