
{
  "name": "Opal Chain",
  "short_name": "Opal Chain",

  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "en-US",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#ffffff",
  "background_color": "#08e108",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "Home Screen"
    },
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "540x720",
      "type": "image/png",
      "label": "User Dashboard"
    }
  ],
  "categories": ["finance", "productivity", "utilities"],
  "dir": "ltr",
  "prefer_related_applications": false
}