{
  "name": "lumen.bible",
  "short_name": "lumen.bible",
  "description": "Lies die Bibel mit KI-gestützter Suche, über 100 Übersetzungen und einem KI-Bibelcoach. Schönes Design für jedes Gerät.",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "background_color": "#FAFAF8",
  "theme_color": "#C19A6B",
  "categories": ["books", "education", "lifestyle"],
  "lang": "de",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tagesvers",
      "short_name": "Tagesvers",
      "description": "Den Vers des Tages öffnen",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bibel-Chat",
      "short_name": "Chat",
      "description": "Den KI-Bibelcoach fragen",
      "url": "/?go=chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Suche",
      "short_name": "Suche",
      "description": "In der Bibel suchen",
      "url": "/?go=suche",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Notizen",
      "short_name": "Notizen",
      "description": "Deine Notizen öffnen",
      "url": "/notizen",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1924x1076",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "lumen.bible — Bibel lesen mit KI-Unterstützung"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "prefer_related_applications": false
}
