{
  "short_name": "Devotional Toolkit",
  "name": "My Emanuel Devotional Toolkit",
  "description": "Bible app, Verse of the Day, Daily Picture Scripture, Peek Devotion",
  "icons": [
    {
      "src": "images/App%20192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "images/App%20512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/mobile",
  "background_color": "#025bfd",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#025bfd",
  "shortcuts": [
    {
      "name": "Bible App",
      "short_name": "Read the Bible",
      "description": "View weather information for today",
      "url": "/mobile/bible.php",
      "icons": [{ "src": "images/Bible%20App%20Icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Verse of the Day",
      "short_name": "Read the Verse of the Day",
      "description": "Daily Scripture for you to meditate and pray through.",
      "url": "mobile/dailyverse.php",
      "icons": [{ "src": "images/Daily%20Verse%20Icon.png", "sizes": "192x192" }]
    }
  ]
}