{
  "name": "BibleTap",
  "short_name": "BibleTap",
  "description": "A daily map tapping game where users will get five different bible locations across five \"rounds\" and need to tap on the map (bounded to the relevant, fixed area of the globe). Players can see a leaderboard that shows daily ranking and the ranking for the month.",
  "icons": [
    {
      "src": "/img/favicon/16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/img/favicon/32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/img/favicon/180x180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/img/favicon/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/favicon/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon/512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "categories": [
    "games",
    "education"
  ],
  "background_color": "#2f2419",
  "theme_color": "#2f2419"
}