{
  "name": "YNNOSOFT POS",
  "short_name": "YnnoPOS",
  "description": "Point of Sale & Inventory Management System",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1d4ed8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "url": "/pos",
      "description": "Open the POS terminal"
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/admin/catalog/products",
      "description": "Manage products"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/admin/dashboard",
      "description": "View dashboard"
    }
  ]
}
