{
  "id": "/biblia",
  "name": "Biblia AyudaGlobal",
  "short_name": "Biblia",
  "description": "Biblia Reina-Valera 1909 en AyudaGlobal. Lee, busca y guarda tus pasajes desde el celular.",
  "start_url": "/biblia.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#f7fbfa",
  "theme_color": "#123e56",
  "lang": "es-CL",
  "dir": "ltr",
  "orientation": "any",
  "prefer_related_applications": false,
  "categories": [
    "books",
    "education",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/assets/img/pwa/biblia-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa/biblia-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa/biblia-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Abrir Biblia",
      "short_name": "Biblia",
      "url": "/biblia.php",
      "icons": [
        {
          "src": "/assets/img/pwa/biblia-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Buscar en la Biblia",
      "short_name": "Buscar",
      "url": "/biblia-buscar.php",
      "icons": [
        {
          "src": "/assets/img/pwa/biblia-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}