{
  "name": "LiveOTP — Premium OTP Service",
  "short_name": "LiveOTP",
  "description": "Buy virtual numbers and receive OTP codes instantly",

  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],

  "background_color": "#0a0908",
  "theme_color": "#e28c36",
  "orientation": "portrait-primary",

  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Buy Numbers",
      "url": "/buy-number",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Fund Wallet",
      "url": "/recharge",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "categories": ["finance", "utilities"],

  "screenshots": [
    {
      "src": "/images/screen-mobile.png",
      "sizes": "407x637",
      "type": "image/png"
    },
    {
      "src": "/images/screen-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "prefer_related_applications": false
}