{
    "name": "Dramax",
    "short_name": "Dramax",
    "start_url": "/main",
    "id": "/main",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#0E0B11",
    "theme_color": "#0E0B11",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://test-aa.shorts-dramax.com/manifest.json"
        },
        {
            "platform": "webapp",
            "url": "https://www.shorts-dramax.com/manifest.json"
        }
    ],
    "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"
        }
    ],
    "description": "Bite-sized Dramas, Endless Fun.",
    "categories": ["entertainment", "video"],
    "screenshots": [
        {
            "src": "/screenshots/shot1.png",
            "sizes": "337x600",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/shot2.png",
            "sizes": "337x600",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/shot3.png",
            "sizes": "337x600",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/shot1-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/shot2-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/shot3-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "launch_handler": {
        "client_mode": "focus-existing"
    }

}
