{
  "name": "DefiPE",
  "short_name": "DefiPE",
  "description": "DefiPE mobile trading application",
  "id": "/mobile/",
  "start_url": "/mobile",
  "scope": "/mobile/",
  "display": "standalone",
  "background_color": "#0A0D11",
  "theme_color": "#0A0D11",
  "icons": [
    {
      "src": "/icons/app-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}