{
  "name": "Pelagie Foundation",
  "short_name": "Pelagie",
  "description": "Dedicated to warmth, compassion, and empowerment. The Pelagie Foundation works to create meaningful change in communities worldwide.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "social", "nonprofit"],
  "shortcuts": [
    {
      "name": "Admin Dashboard",
      "short_name": "Admin",
      "description": "Go to admin dashboard",
      "url": "/admin/dashboard",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Client Dashboard",
      "short_name": "Client",
      "description": "Go to client dashboard",
      "url": "/client/dashboard",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}
