{
  "name": "CODEX · Scripture Reader",
  "short_name": "CODEX",
  "description": "Dark-mode Bible reader with interlinear Hebrew & Greek, manuscript sources, BDB/Thayer's lexicons, and full concordance. Ancient manuscript meets terminal scholar.",
  "start_url": "./codex-reader.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#08090C",
  "theme_color": "#C94010",
  "lang": "en",
  "categories": ["education", "books", "reference"],
  "icons": [
    { "src": "assets/icon-192.png",      "sizes": "192x192",  "type": "image/png" },
    { "src": "assets/icon-512.png",      "sizes": "512x512",  "type": "image/png" },
    { "src": "assets/icon-1024.png",     "sizes": "1024x1024","type": "image/png" },
    { "src": "assets/icon-maskable.png", "sizes": "512x512",  "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Genesis 1",
      "short_name": "Gen 1",
      "description": "Open at Genesis 1:1",
      "url": "./codex-reader.html#GEN-1-1",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "John 1",
      "short_name": "John 1",
      "description": "Open at John 1:1",
      "url": "./codex-reader.html#JHN-1-1",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
