{
  "name": "Bibelantworten - Verse für alle Lebensfragen",
  "short_name": "Bibelantworten",
  "description": "Finde Bibelverse als Antwort auf alle Lebensfragen. Suche, teile und speichere Gottes Wort für jeden Moment. DSGVO-konform: Keine Tracking-Cookies, keine Server-Kommunikation, alle Daten bleiben lokal.",
  "version": "1.0.0",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "lang": "de",
  "dir": "ltr",
  "categories": ["lifestyle", "books", "spirituality"],
  "icons": [
    {
      "src": "icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Ansicht der Bibelantworten App"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Ansicht der Bibelantworten App"
    }
  ],
  "shortcuts": [
    {
      "name": "Suche",
      "short_name": "Suche",
      "description": "Direkt zur Verssuche",
      "url": "./?shortcut=search",
      "icons": [
        {
          "src": "icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Favoriten",
      "short_name": "Favoriten",
      "description": "Meine gespeicherten Verse",
      "url": "./?shortcut=favorites",
      "icons": [
        {
          "src": "icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Zufallsvers",
      "short_name": "Inspiration",
      "description": "Tägliche Inspiration",
      "url": "./?shortcut=random",
      "icons": [
        {
          "src": "icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Onboarding",
      "short_name": "Info",
      "description": "Kurze Einführung zur App",
      "url": "./?shortcut=onboarding",
      "icons": [
        {
          "src": "icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+bibelverse",
      "url": "./?verse=%s"
    }
  ]
}
