{
  "name": "ABoro-IT - Helpdesk-Software für moderne Teams",
  "short_name": "ABoro-IT",
  "description": "Professionelle On-Premise Helpdesk-Software mit Ticket-Management, Live Chat und KI-Automation",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#E63946",
  "background_color": "#FFFFFF",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/images/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Preise anschauen",
      "short_name": "Preise",
      "description": "Schauen Sie sich unsere Preispläne an",
      "url": "/pricing/",
      "icons": [
        {
          "src": "/static/images/icon-pricing.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Features entdecken",
      "short_name": "Features",
      "description": "Alle Features von ABoro-IT",
      "url": "/features/",
      "icons": [
        {
          "src": "/static/images/icon-features.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Kontakt",
      "short_name": "Kontakt",
      "description": "Kontaktieren Sie unser Team",
      "url": "/contact/",
      "icons": [
        {
          "src": "/static/images/icon-contact.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
