{
  "name": "Gnoke Bible",
  "short_name": "KJV Bible",
  "description": "A lightweight, offline-first Holy Bible reader.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#fcfaf8",
  "theme_color": "#8b2a1f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./global.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./global.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./global.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./global.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}


