{
  "name": "Book of Mormon Reader",
  "short_name": "BOM Reader",
  "description": "Read and study the Book of Mormon with friends",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#2c5282",
  "theme_color": "#2c5282",
  "orientation": "portrait-primary",
  "scope": "./",
  "lang": "en",
  "categories": ["education", "books", "religion"],
  "icons": [
    { "src": "images/newicon.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "images/newicon.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],

  "shortcuts": [
    {
      "name": "Start Reading",
      "short_name": "Read",
      "description": "Continue reading where you left off",
      "url": "read.php",
      "icons": [
        {
          "src": "images/newicon.png",
          "sizes": "128x128"
        }
      ]
    },
    {
      "name": "Daily Verse",
      "short_name": "Verse",
      "description": "View today's verse of the day",
      "url": "verse_of_day.php",
      "icons": [
        {
          "src": "images/newicon.png",
          "sizes": "128x128"
        }
      ]
    },
    {
      "name": "Activity Stream",
      "short_name": "Stream",
      "description": "View friend activity and shared verses",
      "url": "stream.php",
      "icons": [
        {
          "src": "images/newicon.png",
          "sizes": "128x128"
        }
      ]
    }
  ]
}
