{
  "name": "Client Arena - Inventura Šanka",
  "short_name": "ClientArena",
  "description": "Moderni sistem za inventuru i upravljanje šankom",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#6366f1",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["business", "productivity", "utilities"],
  "lang": "sr",
  
  "icons": [
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "platform": "narrow",
      "label": "Početna stranica aplikacije"
    }
  ],

  "shortcuts": [
    {
      "name": "Nova Inventura",
      "short_name": "Inventura", 
      "description": "Pokreni novu inventuru",
      "url": "/nova-inventura",
      "icons": [
        {
          "src": "/images/shortcut-inventura.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Pregled stanja",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/shortcut-dashboard.png", 
          "sizes": "96x96"
        }
      ]
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  }
}