{
    "name": "Ethos Platform",
    "short_name": "Ethos",
    "description": "Ethos Platform",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0D9488",
    "orientation": "portrait-primary",
    "categories": ["business", "productivity", "social"],
    "lang": "en",
    "scope": "/",
    "icons": [
      {
        "src": "/web-app-manifest-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/web-app-manifest-512x512.png",
        "sizes": "512x512", 
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/web-app-manifest-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/web-app-manifest-512x512.png",
        "sizes": "512x512",
        "type": "image/png", 
        "purpose": "maskable"
      }
    ]
  }