{
  "name": "openChurch",
  "short_name": "openChurch",
  "id": "./index.html",
  "description": "Offline-first church operations, scripture, finance, attendance, and live presentation manager.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020617",
  "theme_color": "#7c2d12",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./assets/screenshots/dashboard.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Dashboard, announcements, and ministry overview"
    },
    {
      "src": "./assets/screenshots/mobile-dashboard.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Mobile dashboard with offline navigation"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the local church dashboard",
      "url": "./index.html"
    },
    {
      "name": "Presentation",
      "short_name": "Project",
      "description": "Open the live presentation console",
      "url": "./index.html#presentation"
    }
  ],
  "prefer_related_applications": false
}
