{
  "id": "./",
  "name": "BibleMap KJV Study Atlas",
  "short_name": "BibleMap",
  "description": "An offline, zoomable antique KJV atlas with narrated story journeys and spoken Scripture, landmarks, highlights, bookmarks, notes, and reading history.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#c7b486",
  "theme_color": "#352513",
  "categories": [
    "books",
    "education",
    "reference"
  ],
  "lang": "en-US",
  "icons": [
    {
      "src": "./icons/biblemap-v905-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/biblemap-v905-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/biblemap-v905-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Atlas",
      "short_name": "Atlas",
      "url": "./index.html?mode=atlas",
      "icons": [
        {
          "src": "./icons/biblemap-v905-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Traditional Reader",
      "short_name": "Reader",
      "url": "./index.html?mode=reader",
      "icons": [
        {
          "src": "./icons/biblemap-v905-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Study",
      "short_name": "Study",
      "url": "./index.html?mode=study",
      "icons": [
        {
          "src": "./icons/biblemap-v905-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}