{
    "name": "CheersCount",
    "short_name": "CheersCount",
    "description": "Track and analyze your drinks with customizable beverages, real-time BAC monitoring, and detailed consumption statistics.",
    "id": "/",
    "launch_handler": {
        "client_mode": [
            "navigate-existing",
            "auto"
        ]
    },
    "enableNotifications": true,
    "features": {
        "playBilling": {
            "enabled": true
        }
    },
    "alphaDependencies": {
        "enabled": true
    },
    "orientation": "portrait",
    "screenshots": [
        {
            "src": "assets/mockups/mockup_1.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "platform": "wide"
        },
        {
            "src": "assets/mockups/mockup_2.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "platform": "wide"
        },
        {
            "src": "assets/mockups/mockup_3.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "platform": "wide"
        },
        {
            "src": "assets/mockups/mockup_4.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "platform": "wide"
        },
        {
            "src": "assets/mockups/mockup_5.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "platform": "wide"
        }
    ],
    "categories": [
        "entertainment",
        "health"
    ],
    "dir": "ltr",
    "lang": "en",
    "themeColor": "#F8F9FB",
    "themeColorDark": "#111415",
    "backgroundColor": "#F8F9FB",
    "navigationColor": "#F8F9FB",
    "navigationColorDark": "#111415",
    "navigationDividerColor": "#E0E0E0",
    "navigationDividerColorDark": "#2C2C2C",
    "iconUrl": "https://app.cheerscount.com/web-app-manifest-512x512-v2.png",
    "display": "standalone",
    "scope": "./",
    "start_url": "./",
    "icons": [
        {
            "src": "web-app-manifest-192x192-v2.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "web-app-manifest-512x512-v2.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}