{
    "short_name": "Bucksify",
    "name": "Bucksify - Free Crypto & Gift Cards",
    "description": "Earn free gift cards and various cryptocurrencies by completing simple tasks!",
    "icons": [
        {
            "src": "/static/img/favicon/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/img/favicon/maskable_icon_x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/favicon/maskable_icon_x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/favicon/splash.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "start_url": "/",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#0b1f2f",
    "background_color": "#0b1f2f",
    "shortcuts": [
      {
        "name": "Offerwalls",
        "short_name": "Offerwalls",
        "description": "Complete offerwalls to earn rewards",
        "url": "/offerwalls/",
        "icons": [{ "src": "/static/img/favicon/poll.png", "sizes": "134x134" }]
      },
      {
        "name": "My Wallet",
        "short_name": "Wallet",
        "description": "View your wallet",
        "url": "/wallet/",
        "icons": [{ "src": "/static/img/favicon/wallet.png", "sizes": "134x134" }]
      },
      {
        "name": "Redeem Gift Card",
        "short_name": "Redeem",
        "description": "Redeem your earnings",
        "url": "/withdraw/",
        "icons": [{ "src": "/static/img/favicon/redeem.png", "sizes": "134x134" }]
      }
    ]
  }