{
  "id": "/",
  "name": "BibleGamesHub",
  "short_name": "BibleGamesHub",
  "description": "Play 22 free Bible quizzes, puzzles, adventures, and group games with Scripture references.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#fbf9ff",
  "theme_color": "#6f2cf5",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "games", "kids"],
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Bible Quiz",
      "short_name": "Bible Quiz",
      "description": "Start a Bible quiz with answers and Scripture references.",
      "url": "/bible-quiz?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Today’s Bible Challenge",
      "short_name": "Daily Challenge",
      "description": "Play today’s five-question Bible challenge.",
      "url": "/?source=pwa-shortcut#daily-challenge",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/screenshots/biblegameshub-desktop.webp",
      "sizes": "1366x768",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "BibleGamesHub Bible Quiz on desktop"
    },
    {
      "src": "/pwa/screenshots/biblegameshub-mobile.webp",
      "sizes": "720x1280",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "BibleGamesHub Bible Quiz on mobile"
    }
  ]
}
