{
  "name": "Betrugsradar",
  "short_name": "Betrugsradar",
  "description": "Verdächtige Nachricht kostenlos auf Betrug prüfen. KI-gestützt, anonym, für Österreich.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F1F5F9",
  "theme_color": "#2563EB",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "security",
    "utilities"
  ],
  "lang": "de-AT",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/gif",
            "image/webp"
          ]
        }
      ]
    }
  }
}