{
  "name": "OTC Bot",
  "short_name": "OTC Bot",
  "description": "OTC Signal Bot",
  "start_url": "/?app=1",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#020a12",
  "theme_color": "#020a12",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/otc-bot-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/otc-bot-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}