{
  "name": "Sing Buri Adventist Center",
  "short_name": "SAC",
  "description": "Church management application for Sing Buri Adventist Center",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1E40AF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "lifestyle"],
  "icons": [
    {
      "src": "/church-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Events",
      "short_name": "Events",
      "description": "View upcoming church events",
      "url": "/events",
      "icons": [{ "src": "/icons/events-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Check your messages",
      "url": "/app/messages",
      "icons": [{ "src": "/icons/messages-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Announcements",
      "short_name": "News",
      "description": "Read latest announcements",
      "url": "/app/announcements",
      "icons": [
        { "src": "/icons/announcements-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }
      ]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}
