{
  "name": "Sleep Bible",
  "short_name": "Sleep Bible",
  "description": "Fall asleep in the Word of God. Narrated Scripture with calming soundscapes for the end of the day.",
  "id": "/",
  "start_url": "/discover",
  "scope": "/",
  "display": "standalone",
  "background_color": "#070714",
  "theme_color": "#070714",
  "lang": "en",
  "dir": "ltr",
  "categories": ["books", "lifestyle"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Read the Bible",
      "short_name": "Bible",
      "url": "/bible",
      "icons": [
        {
          "src": "/shortcuts/bible.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Prayers for tonight",
      "short_name": "Prayers",
      "url": "/prayers",
      "icons": [
        {
          "src": "/shortcuts/prayers.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Sleep Stories",
      "short_name": "Stories",
      "url": "/sleep-stories",
      "icons": [
        {
          "src": "/shortcuts/sleep-stories.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
