{
  "name": "DukaDesk",
  "short_name": "DukaDesk",
  "description": "Point of sale for small businesses — works offline",
  "start_url": "/pos",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#007a55",
  "icons": [
    {
      "src": "/icons/logo-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/logo-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open POS",
      "short_name": "POS",
      "url": "/pos",
      "description": "Open the point of sale"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View dashboard"
    }
  ]
}
