{
  "name": "SOUL \u2013 Serving Opportunities, Uplifting Lives",
  "short_name": "SOUL",
  "description": "Official SOUL Community App",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFBF5",
  "theme_color": "#2D5A3D",
  "orientation": "portrait-primary",
  "id": "/",
  "categories": ["community", "social"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/phone-portrait.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SOUL Community Home"
    },
    {
      "src": "/screenshots/phone-landscape.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SOUL Community Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to the SOUL Community home page",
      "url": "/",
      "icons": [
        {
          "src": "/icons/shortcut-home.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "View upcoming SOUL events",
      "url": "/events",
      "icons": [
        {
          "src": "/icons/shortcut-events.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Announcements",
      "short_name": "Announcements",
      "description": "Read the latest community announcements",
      "url": "/announcements",
      "icons": [
        {
          "src": "/icons/shortcut-announcements.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with SOUL Community",
      "url": "/contact",
      "icons": [
        {
          "src": "/icons/shortcut-contact.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
