{
  "name": "Lebendiger Glaube – Bibel verstehen, Gott vertrauen",
  "short_name": "Lebendiger Glaube",
  "description": "Interaktive App für Christen: Bibel verstehen, wörtlich nehmen, Gott kennenlernen und Vertrauen stärken. Tägliche Andachten, Bibelverse und Lernmodule.",
  "version": "2.0.0",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "id": "lebendiger-glaube-app",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#FAF8F5",
  "theme_color": "#8B7355",
  "orientation": "portrait-primary",
  "lang": "de-DE",
  "dir": "ltr",
  "categories": ["education", "lifestyle", "books", "reference", "religion"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-monochrome.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/screenshot-mobile-dashboard.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard mit Tagesvers und Schnellzugriff"
    },
    {
      "src": "screenshots/screenshot-mobile-andacht.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tägliche Andacht"
    },
    {
      "src": "screenshots/screenshot-mobile-module.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lernmodule mit Fortschritt"
    },
    {
      "src": "screenshots/screenshot-mobile-verse.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bibelverse nach Themen"
    },
    {
      "src": "screenshots/screenshot-desktop-dashboard.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Dashboard Ansicht"
    },
    {
      "src": "screenshots/screenshot-desktop-lektion.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Lektion mit Bibelstudium"
    }
  ],

  "shortcuts": [
    {
      "name": "Tägliche Andacht",
      "short_name": "Andacht",
      "description": "Öffne die tägliche Andacht für heute",
      "url": "/index.html?view=devotional&source=shortcut",
      "icons": [
        { 
          "src": "icons/shortcut-andacht-96.png", 
          "sizes": "96x96",
          "type": "image/png"
        },
        { 
          "src": "icons/shortcut-andacht-192.png", 
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Bibelverse",
      "short_name": "Verse",
      "description": "Durchsuche Bibelverse nach Themen",
      "url": "/index.html?view=verses&source=shortcut",
      "icons": [
        { 
          "src": "icons/shortcut-verse-96.png", 
          "sizes": "96x96",
          "type": "image/png"
        },
        { 
          "src": "icons/shortcut-verse-192.png", 
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Lernmodule",
      "short_name": "Lernen",
      "description": "Starte ein Lernmodul",
      "url": "/index.html?view=modules&source=shortcut",
      "icons": [
        { 
          "src": "icons/shortcut-learn-96.png", 
          "sizes": "96x96",
          "type": "image/png"
        },
        { 
          "src": "icons/shortcut-learn-192.png", 
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Meine Favoriten",
      "short_name": "Favoriten",
      "description": "Zeige deine Lieblingsverse",
      "url": "/index.html?view=favorites&source=shortcut",
      "icons": [
        { 
          "src": "icons/shortcut-favorites-96.png", 
          "sizes": "96x96",
          "type": "image/png"
        },
        { 
          "src": "icons/shortcut-favorites-192.png", 
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Suche",
      "short_name": "Suche",
      "description": "Durchsuche alle Inhalte",
      "url": "/index.html?view=search&source=shortcut",
      "icons": [
        { 
          "src": "icons/shortcut-search-96.png", 
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "text": "shared_text",
      "title": "shared_title",
      "url": "shared_url"
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+bibel",
      "url": "/index.html?verse=%s"
    },
    {
      "protocol": "web+lebendiger-glaube",
      "url": "/index.html?action=%s"
    }
  ],

  "handle_links": "preferred",
  
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "edge_side_panel": {
    "preferred_width": 400
  },

  "file_handlers": [
    {
      "action": "/index.html?handler=import",
      "accept": {
        "application/json": [".json"],
        "text/plain": [".txt"]
      },
      "icons": [
        {
          "src": "icons/file-handler-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],

  "related_applications": [],

  "scope_extensions": [],

  "serviceworker": {
    "src": "sw.js",
    "scope": "/",
    "update_via_cache": "none"
  }
}
