GET /api/v1/academies/psiche-tarots/manifest
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Esmerise",
    "short_name": "Esmerise",
    "theme_color": "#b885cf",
    "background_color": "#b885cf",
    "display": "standalone",
    "start_url": "/psiche-tarots/login",
    "icons": [
        {
            "src": "/logo512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/logo192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/favicon.ico",
            "sizes": "64x64",
            "type": "image/x-icon"
        }
    ]
}