{
  "name": "Samuel Study — King James Bible",
  "short_name": "Samuel Study",
  "description": "A personal King James Bible study app for Samuel Prakash, with 31,102 verses, cross-references, topical indexes, and theological resources.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0e1420",
  "theme_color": "#0e1420",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "books", "religion"],
  "icons": [
    { "src": "/pwa-icon.jpg", "sizes": "512x512", "type": "image/jpeg", "purpose": "any" },
    { "src": "/pwa-icon.jpg", "sizes": "192x192", "type": "image/jpeg", "purpose": "any" },
    { "src": "/pwa-icon.jpg", "sizes": "512x512", "type": "image/jpeg", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Read the Bible",
      "short_name": "Read",
      "description": "Open the Bible reader",
      "url": "/books",
      "icons": [{ "src": "/pwa-icon.jpg", "sizes": "96x96" }]
    },
    {
      "name": "Verse of the Day",
      "short_name": "Verse",
      "description": "Today's verse",
      "url": "/verse-of-the-day",
      "icons": [{ "src": "/pwa-icon.jpg", "sizes": "96x96" }]
    },
    {
      "name": "Search Scripture",
      "short_name": "Search",
      "description": "Search 31,102 verses",
      "url": "/search",
      "icons": [{ "src": "/pwa-icon.jpg", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/pwa-icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ]
}
