{
  "name": "Bible Trivia",
  "short_name": "Bible Trivia",
  "description": "Test your Bible knowledge with this interactive trivia quiz! Answer challenging questions, track your score, and learn fascinating facts along the way.",
  "developer":
        {
            "name": "Jonathan Moore",
            "url": "https://jmoorewv.com"
        },
  "icons": [
    {
      "src": "/images/icons/web-app-manifest-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots" : [
      {
          "src": "https://trivia.hohm.church/images/preview.png",
          "sizes": "1600x774",
          "type": "image/png"
      }
  ],
  "theme_color": "#1c0020",
  "background_color": "#1c0020",
  "display": "standalone",
  "start_url": "https://trivia.hohm.church/",
  "homepage_url": "https://trivia.hohm.church/",
  "orientation": "portrait"
}
