{
  "name": "NEXUS ERP",
  "short_name": "NEXUS ERP",
  "description": "Profesjonalny system zarządzania przedsiębiorstwem w chmurze",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2E7D32",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Faktury",
      "short_name": "Faktury",
      "description": "Zarządzaj fakturami",
      "url": "/invoices",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Produkty",
      "short_name": "Produkty",
      "description": "Zarządzaj produktami",
      "url": "/products",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
