{
    "name":"Faucet Crypto : #1 World Faucet",
    "short_name":"Faucet Crypto",
    "description": "Your faucet of choice! Earn free cryptocurrencies by completing simple tasks, such as visiting websites, filling surveys and downloading apps. Multiple cryptocurrencies available.",
    "scope": "/",
    "start_url": "./pwa?utm_source=pwa",
    "theme_color":"#3b82f6",
    "background_color":"#141F33",
    "orientation": "portrait",
    "categories": ["entertainment", "games", "finance", "news"],
    "lang": "en",
    "handle_links": "preferred",
    "display":"standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "shortcuts": [
        {
          "name": "PTC Tasks",
          "url": "/dashboard/ptc"
        },
        {
            "name": "Surveys",
            "url": "/dashboard/offerwall/surveys"
        },
        {
            "name": "Offers",
            "url": "/dashboard/offerwall/offers"
        },
        {
            "name": "Shortlinks",
            "url": "/dashboard/offerwall/shortlinks"
        }
    ],
    "icons":[
        {
            "src":"/android-chrome-192x192.png",
            "sizes":"192x192",
            "type":"image/png",
            "purpose": "any"
        },
        {
            "src":"/android-chrome-512x512.png",
            "sizes":"512x512",
            "type":"image/png",
            "purpose": "any"
        }
    ]
}
