{
  "name": "GIGAKJV",
  "short_name": "GIGAKJV",
  "description": "Giga King James Version. Read Scripture, compare with the 1611 KJV, and take a Daily Bread. Free, offline-first.",
  "start_url": "./?utm_source=pwa",
  "id": "/?utm_source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "any",
  "background_color": "#FAF4E8",
  "theme_color": "#000000",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "books",
    "education",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "app_icon_1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Bread",
      "short_name": "Daily Bread",
      "description": "Open today's Daily Bread devotional",
      "url": "./?utm_source=pwa&shortcut=daily",
      "icons": [
        {
          "src": "app_icon_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Continue Reading",
      "short_name": "Read",
      "description": "Resume your last-read chapter",
      "url": "./?utm_source=pwa&shortcut=continue",
      "icons": [
        {
          "src": "app_icon_192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./?utm_source=pwa&action=share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "verse_ref",
      "text": "verse_text",
      "url": "verse_url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+gigakjv",
      "url": "./?utm_source=pwa&action=open&url=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "auto"
  },
  "handle_links": "preferred"
}