manifest = {
          "name": "Doceo",
          "short_name": "DOCEO",
          "description": "Doceo is a step-by-step learning webapp where long courses are broken into ~1-minute lessons followed by quick quizzes, letting users earn XP as they progress, practice on fully completed courses, and unlock new steps using tokens gained through daily rewards, deposits, or referrals, with TRX as the only supported deposit method.",
          "start_url": "/",
          "scope": "/",
          "background_color": "#0A1730",
          "theme_color": "#ffffff",
          "display": "standalone",
          "orientation": "portrait",
          "icons": [
            {
              "src": "/uploads/doceo_notext.png",
              "sizes": "192x192",
              "type": "image/png"
            },
            {
              "src": "/uploads/doceo_notext.png",
              "sizes": "512x512",
              "type": "image/png"
            }
          ]
        }
