{
  "id": "/",
  "name": "ResellOS",
  "short_name": "ResellOS",
  "description": "Zarządzaj swoim fizycznym magazynem i ofertami. / Manage your inventory and listings.",
  "start_url": "/login",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "shopping"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Zamówienia / Orders",
      "short_name": "Orders",
      "description": "Zarządzaj swoimi zamówieniami",
      "url": "/dashboard/orders",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Wirtualny Magazyn / Warehouse",
      "short_name": "Warehouse",
      "description": "Dodaj i przeglądaj asortyment",
      "url": "/dashboard/wardrobe",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Generator Seryjny / Batch",
      "short_name": "Batch",
      "description": "Seryjne generowanie przedmiotów",
      "url": "/dashboard/batch",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sprzedaż Live / Live Sale",
      "short_name": "Live",
      "description": "Zarządzaj transmisją sprzedażową",
      "url": "/dashboard/live",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Archiwum / Archive",
      "short_name": "Archive",
      "description": "Przeglądaj zarchiwizowane oferty",
      "url": "/dashboard/archive",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1917x877",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}