{
  "name": "Morlito ERP",
  "short_name": "Morlito",
  "description": "Smart Shop Manager",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Point of Sale",
      "url": "/pos",
      "description": "Open cashier screen"
    },
    {
      "name": "Products",
      "url": "/products",
      "description": "Manage products"
    },
    {
      "name": "Reports",
      "url": "/reports",
      "description": "View reports"
    }
  ]
}