{
    "name": "Magic LMS",
    "description": "Magic LMS",
    "short_name": "Magic LMS",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "standalone",
        "fullscreen",
        "minimal-ui",
        "browser"
    ],
    "categories": [
        "education",
        "productivity",
        "communication"
    ],
    "background_color": "#ffffff",
    "theme_color": "#42a5f5",
    "orientation": "portrait",
    "shortcuts": [
        {
            "name": "Open Chat",
            "short_name": "Open Chat",
            "description": "Jump direction into Chat",
            "url": "/message/index.php",
            "icons": [
                {
                    "src": "/theme/magic/pwa/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/theme/magic/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/theme/magic/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/theme/magic/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/theme/magic/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/theme/magic/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/theme/magic/pwa/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/theme/magic/pwa/screenshot-mobile.png",
            "sizes": "376x667",
            "type": "image/png"
        }
    ],
    "capture": "camera",
    "permissions": [
        "camera",
        "microphone",
        "notifications"
    ],
    "widgets": [
        {
            "name": "Magic LMS Quick Chat",
            "description": "Widget to launch chat directly",
            "short_name": "Chat",
            "url": "/message/index.php?widget=true",
            "icons": [
                {
                    "src": "/theme/magic/pwa/icon-512.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ],
            "scope": "/",
            "id": "chat-widget"
        }
    ]
}