{
    "name": "HotShort",
    "short_name": "HotShort",
    "description": "Short drama streaming - watch anytime",
    "start_url": "./home.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0F0F0F",
    "theme_color": "#0F0F0F",
    "icons": [
        {
            "src": "./resources/hotshort.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "./resources/hotshort.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any"
        }
    ]
}