{
  "name": "GFW - Fachhändler-Portal",
  "short_name": "GFW Portal",
  "description": "GFW Fachhändler-Management System",
  "start_url": "/mobile?source=pwa",
  "display": "standalone",
  "background_color": "#FAFAFA",
  "theme_color": "#22D3EE",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de-DE",
  "dir": "ltr",

  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],

  "shortcuts": [
    {
      "name": "Artikel scannen",
      "short_name": "Scan",
      "description": "Barcode oder QR-Code scannen",
      "url": "/mobile-warehouse?action=scan"
    },
    {
      "name": "Inventur",
      "short_name": "Inventur",
      "description": "Bestandszählung durchführen",
      "url": "/mobile-warehouse?action=inventory"
    },
    {
      "name": "Wareneingang",
      "short_name": "Eingang",
      "description": "Wareneingang buchen",
      "url": "/mobile-warehouse?action=receive"
    }
  ],

  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false
}
