{
  "name": "Roxium Library of Theology",
  "short_name": "Roxium",
  "description": "Bible study, commentary, sermon, and resource app.",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "background_color": "#ffffff",
  "theme_color": "#2f4f4f",
  "display_override": ["standalone", "fullscreen"],
  "shortcuts": [
    {
      "name": "Search Bible",
      "short_name": "Search",
      "description": "Open Discover and search scripture or commentary.",
      "url": "/discover",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Open Bible",
      "short_name": "Bible",
      "description": "Browse Bible translations and chapters.",
      "url": "/bible",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Open Sermons",
      "short_name": "Sermons",
      "description": "Browse sermon library and resume recent sermon reading.",
      "url": "/sermon",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
