{
  "name": "WordLock: KJV Biblical Escape Rooms",
  "short_name": "WordLock",
  "description": "Immersive KJV Biblical Escape Rooms for Christian students, youth groups, Bible classes, and homeschoolers.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050813",
  "theme_color": "#050813",
  "categories": [
    "education",
    "games",
    "books"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}