{
  "name": "Rebornify Shop Engine",
  "short_name": "Rebornify",
  "description": "High-End Shop Engine for the Reborn World",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "1024x1024",
      "type": "image/png"
    },
    {
      "src": "/assets/social/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/assets/social/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/portal",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#f5f5f7",
  "shortcuts": [
    {
      "name": "Ausgabe erfassen",
      "short_name": "Ausgabe",
      "description": "Beleg fotografieren und als Ausgabe importieren",
      "url": "/portal/expenses?quickCapture=shortcut",
      "icons": [{ "src": "/assets/social/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Neues Produkt",
      "short_name": "Produkt",
      "description": "Neues Produkt schnell anlegen",
      "url": "/portal/products?quickAction=new",
      "icons": [{ "src": "/assets/social/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Shop-QR-Code",
      "short_name": "QR-Code",
      "description": "QR-Code für den eigenen Shop anzeigen",
      "url": "/portal?quickAction=qr",
      "icons": [{ "src": "/assets/social/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
