{
  "name": "WehrDich B2B Shop",
  "short_name": "WehrDich",
  "description": "Installierbare WehrDich B2B Shop App fuer Produktkatalog, Warenkorb und Bestellungen.",
  "start_url": "/content/products.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#15224e",
  "theme_color": "#15224e",
  "lang": "de",
  "categories": ["business", "shopping", "productivity"],
  "icons": [
    {
      "src": "/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Produktkatalog",
      "short_name": "Produkte",
      "description": "B2B Produktkatalog oeffnen",
      "url": "/content/products.php",
      "icons": [{ "src": "/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Warenkorb",
      "short_name": "Warenkorb",
      "description": "Warenkorb oeffnen",
      "url": "/content/cart.php",
      "icons": [{ "src": "/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Bestellungen",
      "short_name": "Orders",
      "description": "Meine Bestellungen anzeigen",
      "url": "/content/orders.php",
      "icons": [{ "src": "/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
