{
  "name": "Verkaufsverwaltung",
  "short_name": "Verkauf",
  "description": "Artikel, Willhaben-Inserate, QR-Etiketten und Verkaufsvorgänge verwalten.",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f3f6f8",
  "theme_color": "#0f766e",
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "QR-Scan",
      "short_name": "Scan",
      "url": "scan.php",
      "icons": [
        {
          "src": "assets/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Artikel anlegen",
      "short_name": "Neu",
      "url": "article_edit.php",
      "icons": [
        {
          "src": "assets/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
