{
    "name": "GB Lottery B2B",
    "short_name": "GB Lottery",
    "start_url": ".",
    "display": "standalone",
    "scope": ".",
    "background_color": "#1C1B20",
    "theme_color": "#DFC55C",
    "description": "GB Lottery B2B - Buy and manage lottery tickets on the go",
    "orientation": "portrait-primary",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.gb_lottery.b2b",
            "id": "com.gb_lottery.b2b"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "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"
        }
    ],
    "shortcuts": [
        {
            "name": "Buy Tickets",
            "short_name": "Buy Tickets",
            "description": "Quick access to buy lottery tickets",
            "url": "/?route=buyTickets",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Wallet",
            "short_name": "Wallet",
            "description": "Check your wallet balance",
            "url": "/?route=wallet",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Profile",
            "short_name": "Profile",
            "description": "Manage your profile",
            "url": "/?route=profile",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}