{
  "name": "Almamare — Sklad",
  "short_name": "Almamare",
  "description": "Interný systém pre správu skladu a predajov",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#faf6f0",
  "theme_color": "#c4451c",
  "lang": "sk",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sklad",
      "url": "/inventory",
      "icons": [{ "src": "/almamare-lemon-clean-transparent.png", "sizes": "any" }]
    },
    {
      "name": "Rezervácie",
      "url": "/reservations",
      "icons": [{ "src": "/almamare-lemon-clean-transparent.png", "sizes": "any" }]
    },
    {
      "name": "Nový predaj",
      "url": "/sales",
      "icons": [{ "src": "/almamare-lemon-clean-transparent.png", "sizes": "any" }]
    }
  ]
}
