{
  "name": "Bible Word Search Showdown",
  "short_name": "Showdown",
  "description": "A Bible word search you race. Find the words of the verse, in order, before they do.",
  "start_url": "/verserace.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fdf8ef",
  "theme_color": "#1f9d55",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/vr-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/vr-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/vr-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}