{
  "name": "Sacred Word – Bible",
  "short_name": "SPREAD JESUS",
  "description": "Read, search, and share Bible verses. Multiple translations, verse wallpapers, and daily devotional.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080710",
  "theme_color": "#0f0c29",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/assets/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "/assets/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/assets/icons/icon-128.png",  "sizes": "128x128", "type": "image/png" },
    { "src": "/assets/icons/icon-144.png",  "sizes": "144x144", "type": "image/png" },
    { "src": "/assets/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/assets/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["lifestyle", "education", "books"],
  "screenshots": [
    { "src": "/assets/screenshots/screen1.png", "sizes": "540x960", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Random Verse",
      "short_name": "Random",
      "description": "Get a random Bible verse",
      "url": "/?page=home",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Search Bible",
      "short_name": "Search",
      "description": "Search Bible verses",
      "url": "/?page=search",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Daily Devotional",
      "short_name": "Daily",
      "description": "Today's devotional",
      "url": "/?page=devotional",
      "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
