{
  "name": "Connect. Engage. Transform.",
  "short_name": "Initiate",
  "description": "Connect, volunteer, and engage with your community through meaningful opportunities",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#1E3A8A",
  "theme_color": "#1E3A8A",
  "orientation": "portrait-primary",
  "categories": ["social", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/apple-touch-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of Initiate platform"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of Initiate platform"
    }
  ],
  "shortcuts": [
    {
      "name": "Community Posts",
      "short_name": "Posts",
      "description": "Browse community discussions and content",
      "url": "/community-hub",
      "icons": [
        {
          "src": "/apple-touch-icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Network",
      "short_name": "Network",
      "description": "View your connections and organizations",
      "url": "/connections",
      "icons": [
        {
          "src": "/apple-touch-icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messaging",
      "description": "View your conversations and direct messages",
      "url": "/messages",
      "icons": [
        {
          "src": "/apple-touch-icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "description": "View analytics and platform insights",
      "url": "/analytics",
      "icons": [
        {
          "src": "/apple-touch-icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "Check your notifications and updates",
      "url": "/notifications",
      "icons": [
        {
          "src": "/apple-touch-icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}