{
  "name": "CatDist TradeOS - Royal Feline Distribution Platform",
  "short_name": "CatDist",
  "description": "Secure multi-tenant SaaS for pet food importers and distributors: clients, suppliers, stock, sales, invoices, payments, AI assistant, and portal.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F6F8FC",
  "theme_color": "#1D4ED8",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Counter sale",
      "url": "/secretary/pos",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Products",
      "url": "/secretary/products",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Inventory",
      "url": "/secretary/inventory",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "EraManAi",
      "url": "/admin/ai",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}