{
  "name": "Quantivus Technology - Security. Intelligence. Execution.",
  "short_name": "Quantivus",
  "description": "Quantivus combines AI, cybersecurity, and privacy engineering into systems that perform in your reality.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "theme_color": "#0A0A0A",
  "background_color": "#0A0A0A",
  "lang": "en",
  "dir": "ltr",
  "scope_extensions": [],
  "categories": ["business", "technology", "security", "productivity"],
  "prefer_related_applications": false,
  "edge_side_panel": { "preferred_width": 480 },
  "launch_handler": {
    "client_mode": "auto",
    "navigate_existing_client_urls": ["https://quantivus.io", "https://www.quantivus.io"]
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+quantivus",
      "url": "/handle?url=%s"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Quantivus Website - Home"
    },
    {
      "src": "/images/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Quantivus Website - Mobile"
    }
  ],
  "icons": [
    {
      "src": "/images/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI-Lösungen",
      "short_name": "AI",
      "description": "Intelligente Systeme für Ihr Unternehmen",
      "url": "/pages/ai-solutions",
      "icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Cybersecurity",
      "short_name": "Security",
      "description": "Pentest, Sicherheitsarchitektur, Schwachstellenanalyse",
      "url": "/pages/cybersecurity",
      "icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Kontakt",
      "short_name": "Kontakt",
      "description": "Sprechen Sie mit unserem Team",
      "url": "/contact",
      "icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Artikel zu KI, Cybersecurity und digitaler Transformation",
      "url": "/blog",
      "icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/plain": [".txt", ".md"],
        "application/pdf": [".pdf"]
      }
    }
  ]
}